Remove unused variable.
authorBen Laurie <ben@links.org>
Mon, 4 Mar 2013 22:48:38 +0000 (22:48 +0000)
committerBen Laurie <ben@links.org>
Mon, 4 Mar 2013 22:48:38 +0000 (22:48 +0000)
util/copy-if-different.pl

index 47bc0abd322a0b18bba707950dbcb1693459670b..ec99e084b56a900e585d9f64299c27ff7a10eba9 100755 (executable)
@@ -4,13 +4,10 @@ use strict;
 
 use Fcntl;
 
-
 # copy-if-different.pl
 
 # Copy to the destination if the source is not the same as it.
 
-my $stripcr = 0;
-
 my @filelist;
 
 foreach my $arg (@ARGV) {