1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-09-19 16:38:51 +02: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:
Joshua Spence 2015-05-22 17:09:18 +10:00
parent 8244b3582a
commit 9edcaadb2a

View file

@ -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,