Remove "parsedHunk" property
Summary: This is never read anywhere and clearly has no effect. Test Plan: grep Reviewers: vrana, btrahan, jungejason Reviewed By: vrana CC: aran Differential Revision: https://secure.phabricator.com/D1434
This commit is contained in:
@@ -24,7 +24,6 @@ class DifferentialChangesetParser {
|
|||||||
protected $intra = array();
|
protected $intra = array();
|
||||||
protected $newRender = null;
|
protected $newRender = null;
|
||||||
protected $oldRender = null;
|
protected $oldRender = null;
|
||||||
protected $parsedHunk = false;
|
|
||||||
|
|
||||||
protected $filename = null;
|
protected $filename = null;
|
||||||
protected $missingOld = array();
|
protected $missingOld = array();
|
||||||
@@ -179,7 +178,6 @@ class DifferentialChangesetParser {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function parseHunk(DifferentialHunk $hunk) {
|
public function parseHunk(DifferentialHunk $hunk) {
|
||||||
$this->parsedHunk = true;
|
|
||||||
$lines = $hunk->getChanges();
|
$lines = $hunk->getChanges();
|
||||||
|
|
||||||
$lines = str_replace(
|
$lines = str_replace(
|
||||||
|
|||||||
Reference in New Issue
Block a user