From: Ben Laurie Date: Mon, 4 Mar 2013 22:48:38 +0000 (+0000) Subject: Remove unused variable. X-Git-Tag: master-post-reformat~1397 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=feb4c32786ea3f9f2a555f6c5a2af0a28b532844 Remove unused variable. --- 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) {