mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-04-29 11:14:36 +00:00
Remove unused variable.
This commit is contained in:
parent
63d86d067a
commit
feb4c32786
@ -4,13 +4,10 @@ use strict;
|
|||||||
|
|
||||||
use Fcntl;
|
use Fcntl;
|
||||||
|
|
||||||
|
|
||||||
# copy-if-different.pl
|
# copy-if-different.pl
|
||||||
|
|
||||||
# Copy to the destination if the source is not the same as it.
|
# Copy to the destination if the source is not the same as it.
|
||||||
|
|
||||||
my $stripcr = 0;
|
|
||||||
|
|
||||||
my @filelist;
|
my @filelist;
|
||||||
|
|
||||||
foreach my $arg (@ARGV) {
|
foreach my $arg (@ARGV) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user