1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-09-20 00:49:11 +02:00

[easy] remove no-op from ArcanistLinter#raiseLintAtPath

Summary:
Remove extra call to getActivePath

Test Plan:
Inspection

Differential Revision: 205579
Reviewed By: epriestley
Reviewers: epriestley
CC: epriestley
Revert Plan:
OK
This commit is contained in:
adonohue 2011-01-26 17:25:25 -08:00
parent d933f20005
commit c896d3814f

View file

@ -143,7 +143,6 @@ abstract class ArcanistLinter {
$code,
$desc) {
$path = $this->getActivePath();
return $this->raiseLintAtLine(null, null, $code, $desc, null, null);
}