common/tools/analysis/find_collisions.pl
changeset 147 2854ff67dd37
parent 101 71122b8e1c7b
child 230 75af1c9cfd87
--- 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)
   {