Skip to content

Commit 6de7325

Browse files
committed
remove used property
1 parent 8a0aa3d commit 6de7325

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

lib/jblond/Diff/SequenceMatcher.php

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,6 @@ class SequenceMatcher
6262
*/
6363
private $matchingBlocks;
6464

65-
/**
66-
* @var null|array
67-
*/
68-
private $fullBCount;
69-
7065
/**
7166
* @var array
7267
*/
@@ -159,7 +154,6 @@ public function setSeq2($partB)
159154
$this->new = $partB;
160155
$this->matchingBlocks = null;
161156
$this->opCodes = null;
162-
$this->fullBCount = null;
163157
$this->chainB();
164158
}
165159

0 commit comments

Comments
 (0)