summaryrefslogtreecommitdiff
path: root/util/rundiff
diff options
context:
space:
mode:
Diffstat (limited to 'util/rundiff')
-rwxr-xr-xutil/rundiff6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/rundiff b/util/rundiff
index 4aed9200e..732b84d21 100755
--- a/util/rundiff
+++ b/util/rundiff
@@ -49,9 +49,9 @@ use strict;
# and generally quite adequate algorithm will be used instead.
my $use_complexdiff = 0;
-if ($use_complexdiff) {
- use Algorithm::Diff qw(traverse_sequences);
-};
+#if ($use_complexdiff) {
+# use Algorithm::Diff qw(traverse_sequences);
+#};
my $lookahead_lines = 200;
my $precontext_lines = 3;