In ponysaylinklist.pl, $argc is not needed anymore.

This commit is contained in:
spider-mario 2012-07-28 12:33:22 +02:00
parent df1712c17c
commit a42fe1fd4e

View file

@ -15,7 +15,6 @@ use utf8;
use List::MoreUtils qw(natatime);
my %hash;
my $argc = @ARGV;
my $it = natatime 2, @ARGV;
while (my ($source, $target) = &$it) {