mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
Reports: Remove unused variable
Summary: This variable feels unneeded in this function. It may have a better and more fulfilling life after finding a new function. Test Plan: Read slowly and aloud all code in the function. Reviewers: O1 Blessed Committers, valerio.bozzolan Reviewed By: O1 Blessed Committers, valerio.bozzolan Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno Differential Revision: https://we.phorge.it/D25609
This commit is contained in:
parent
2cc94023ff
commit
74e28bc2a7
1 changed files with 0 additions and 5 deletions
|
@ -18,11 +18,6 @@ final class PhabricatorProjectReportsController
|
|||
$project = $this->getProject();
|
||||
$id = $project->getID();
|
||||
|
||||
$can_edit = PhabricatorPolicyFilter::hasCapability(
|
||||
$viewer,
|
||||
$project,
|
||||
PhabricatorPolicyCapability::CAN_EDIT);
|
||||
|
||||
$nav = $this->newNavigation(
|
||||
$project,
|
||||
PhabricatorProject::ITEM_REPORTS);
|
||||
|
|
Loading…
Reference in a new issue