Remove unused variable.

This commit is contained in:
Ben Laurie 2013-03-04 22:48:38 +00:00
parent 63d86d067a
commit feb4c32786

View File

@ -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) {