mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 23:02:42 +01:00
Delete unused variable
This commit is contained in:
parent
ee663afdeb
commit
2191e99b49
1 changed files with 0 additions and 1 deletions
|
@ -67,7 +67,6 @@ final class DifferentialRevisionDetailView extends AphrontView {
|
|||
|
||||
$next_step = null;
|
||||
if ($status == ArcanistDifferentialRevisionStatus::ACCEPTED) {
|
||||
$command = null;
|
||||
switch ($local_vcs) {
|
||||
case PhabricatorRepositoryType::REPOSITORY_TYPE_MERCURIAL:
|
||||
$bookmark = $this->getDiff()->getBookmark();
|
||||
|
|
Loading…
Reference in a new issue