diff options
Diffstat (limited to 'util')
-rwxr-xr-x | util/rundiff | 6 |
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; |