From 5d2e0ecc8a14c584bacd1b8ccbaddc63d67abfda Mon Sep 17 00:00:00 2001 From: epriestley Date: Thu, 28 Feb 2013 08:07:13 -0800 Subject: [PATCH] Remove an unused property from D5140 Summary: Oops, missed this in review. Test Plan: Searched in the file for the property. Reviewers: AnhNhan Reviewed By: AnhNhan CC: aran Differential Revision: https://secure.phabricator.com/D5154 --- .../audit/controller/PhabricatorAuditListController.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/applications/audit/controller/PhabricatorAuditListController.php b/src/applications/audit/controller/PhabricatorAuditListController.php index cd2e6bddb7..1344d3bd8c 100644 --- a/src/applications/audit/controller/PhabricatorAuditListController.php +++ b/src/applications/audit/controller/PhabricatorAuditListController.php @@ -5,7 +5,6 @@ final class PhabricatorAuditListController extends PhabricatorAuditController { private $filter; private $name; private $filterStatus; - private $filterConcern; public function willProcessRequest(array $data) { $this->filter = idx($data, 'filter');