We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0aa3d commit 6de7325Copy full SHA for 6de7325
lib/jblond/Diff/SequenceMatcher.php
@@ -62,11 +62,6 @@ class SequenceMatcher
62
*/
63
private $matchingBlocks;
64
65
- /**
66
- * @var null|array
67
- */
68
- private $fullBCount;
69
-
70
/**
71
* @var array
72
@@ -159,7 +154,6 @@ public function setSeq2($partB)
159
154
$this->new = $partB;
160
155
$this->matchingBlocks = null;
161
156
$this->opCodes = null;
162
- $this->fullBCount = null;
163
157
$this->chainB();
164
158
}
165
0 commit comments