mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-22 06:42:41 +01:00
Fix warning in arc backout
Summary: Fixes T5145. Neither variable is ever used. Test Plan: Searched for uses of either variable. Reviewers: btrahan Reviewed By: btrahan Subscribers: epriestley Maniphest Tasks: T5145 Differential Revision: https://secure.phabricator.com/D9244
This commit is contained in:
parent
c999f3e6b5
commit
07895c41c7
1 changed files with 1 additions and 2 deletions
|
@ -124,8 +124,7 @@ EOTEXT
|
|||
$console = PhutilConsole::getConsole();
|
||||
$conduit = $this->getConduit();
|
||||
$repository_api = $this->getRepositoryAPI();
|
||||
$repository = $this->loadProjectRepository();
|
||||
$callsign = $repository["callsign"];
|
||||
|
||||
$is_git_svn = $repository_api instanceof ArcanistGitAPI &&
|
||||
$repository_api->isGitSubversionRepo();
|
||||
$is_hg_svn = $repository_api instanceof ArcanistMercurialAPI &&
|
||||
|
|
Loading…
Reference in a new issue