Skip to content

Commit c8efb81

Browse files
committed
unused function
1 parent 4ffd751 commit c8efb81

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/Diff/SequenceMatcher.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -595,8 +595,7 @@ public function getGroupedOpcodes($context=3)
595595
*
596596
* Out of all of the ratio calculation functions, this is the most
597597
* expensive to call if getMatchingBlocks or getOpCodes is yet to be
598-
* called. The other calculation methods (quickRatio and realquickRatio)
599-
* can be used to perform quicker calculations but may be less accurate.
598+
* called.
600599
*
601600
* The ratio is calculated as (2 * number of matches) / total number of
602601
* elements in both sequences.

0 commit comments

Comments
 (0)