1
0
Fork 0
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:
vrana 2013-02-19 16:08:04 -08:00
parent ee663afdeb
commit 2191e99b49

View file

@ -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();