JBlond/php-diff

SquenceMatcher $fullBCount not used

Closed this issue · 1 comments

$fullBCount in SquenceMatcher is not used anywhere else. Maybe it can be removed.

Did notice this one myself also. It was primarily used by methods for calculating similarity between two text sequences, of which I guess you've removed them.

Currently I'm refactoring the SequenceMatcher.
I can remove the property, or maybe I can reintroduce the similarity calculations.