mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-21 22:32:41 +01:00
Remove an unused variable
Summary: Ref T7604. Remove an unused variable from `ArcanistDiffWorkflow`. Test Plan: This diff, I guess. Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin, epriestley Maniphest Tasks: T7604 Differential Revision: https://secure.phabricator.com/D12972
This commit is contained in:
parent
8244b3582a
commit
9edcaadb2a
1 changed files with 0 additions and 5 deletions
|
@ -2240,11 +2240,6 @@ EOTEXT
|
|||
}
|
||||
}
|
||||
|
||||
$project_id = null;
|
||||
if ($this->requiresWorkingCopy()) {
|
||||
$project_id = $this->getWorkingCopy()->getProjectID();
|
||||
}
|
||||
|
||||
$data = array(
|
||||
'sourceMachine' => php_uname('n'),
|
||||
'sourcePath' => $source_path,
|
||||
|
|
Loading…
Reference in a new issue