summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Laurie <ben@links.org>2013-03-04 22:48:38 +0000
committerBen Laurie <ben@links.org>2013-03-04 22:48:38 +0000
commitfeb4c32786ea3f9f2a555f6c5a2af0a28b532844 (patch)
treef0674596905f3c0afe377c831fbbaa57237e8e7b
parent63d86d067a0e6591604e58371eac7218844360b5 (diff)
Remove unused variable.
-rwxr-xr-xutil/copy-if-different.pl3
1 files changed, 0 insertions, 3 deletions
diff --git a/util/copy-if-different.pl b/util/copy-if-different.pl
index 47bc0abd32..ec99e084b5 100755
--- a/util/copy-if-different.pl
+++ b/util/copy-if-different.pl
@@ -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) {