# HG changeset patch # User Matt Davies # Date 1244633758 -3600 # Node ID 2854ff67dd37942a6dfd7258c8b96f4f1aeac295 # Parent f317498634211fd7660a60738a668e4432944fed find_collisions.pl - removed unused command-line argument from script to tidy things up. diff -r f31749863421 -r 2854ff67dd37 common/tools/analysis/find_collisions.pl --- a/common/tools/analysis/find_collisions.pl Wed Jun 10 12:34:20 2009 +0100 +++ b/common/tools/analysis/find_collisions.pl Wed Jun 10 12:35:58 2009 +0100 @@ -21,7 +21,6 @@ sub main() { my $csvfile = shift @ARGV; - my $filelist = shift @ARGV; if(! -e $csvfile) {