From: DemeritCowboy Date: Tue, 12 Nov 2019 14:57:45 +0000 (-0500) Subject: unused variable since v4.5 X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=f35e8bcfa26fef3c034c991e841df26055ded5c8;p=civicrm-core.git unused variable since v4.5 --- diff --git a/CRM/Case/Form/CaseView.php b/CRM/Case/Form/CaseView.php index 7f86768339..5119729342 100644 --- a/CRM/Case/Form/CaseView.php +++ b/CRM/Case/Form/CaseView.php @@ -104,12 +104,6 @@ class CRM_Case_Form_CaseView extends CRM_Core_Form { $this->_caseType = $caseTypeName; $this->assign('caseDetails', $this->_caseDetails); - $reportUrl = CRM_Utils_System::url('civicrm/case/report', - "reset=1&cid={$this->_contactID}&caseid={$this->_caseID}&asn=", - FALSE, NULL, FALSE - ); - $this->assign('reportUrl', $reportUrl); - // add to recently viewed $url = CRM_Utils_System::url('civicrm/contact/view/case',