1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-22 06:42:41 +01:00

Remove a useless function from ArcanistMergeConflictLinter

Summary: This function doesn't achieve anything.

Test Plan: N/A

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: epriestley, Korvin

Differential Revision: https://secure.phabricator.com/D10477
This commit is contained in:
Joshua Spence 2014-09-11 23:39:01 +10:00
parent 0ed92131d7
commit 679c13b1b0

View file

@ -25,10 +25,6 @@ final class ArcanistMergeConflictLinter extends ArcanistLinter {
return 'merge-conflict';
}
public function willLintPaths(array $paths) {
return;
}
public function lintPath($path) {
$lines = phutil_split_lines($this->getData($path), false);