mirror of
https://we.phorge.it/source/arcanist.git
synced 2024-11-10 08:52:39 +01: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:
parent
d933f20005
commit
c896d3814f
1 changed files with 0 additions and 1 deletions
|
@ -143,7 +143,6 @@ abstract class ArcanistLinter {
|
|||
$code,
|
||||
$desc) {
|
||||
|
||||
$path = $this->getActivePath();
|
||||
return $this->raiseLintAtLine(null, null, $code, $desc, null, null);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue