diff --git a/src/lint/linter/ArcanistPEP8Linter.php b/src/lint/linter/ArcanistPEP8Linter.php --- a/src/lint/linter/ArcanistPEP8Linter.php +++ b/src/lint/linter/ArcanistPEP8Linter.php @@ -31,14 +31,6 @@ return $this->getDeprecatedConfiguration('lint.pep8.options', array()); } - public function shouldUseInterpreter() { - return ($this->getDefaultBinary() !== 'pep8'); - } - - public function getDefaultInterpreter() { - return 'python2.6'; - } - public function getDefaultBinary() { $prefix = $this->getDeprecatedConfiguration('lint.pep8.prefix'); $bin = $this->getDeprecatedConfiguration('lint.pep8.bin', 'pep8');