aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorspider-mario <spidermario@free.fr>2012-07-28 12:33:22 +0200
committerspider-mario <spidermario@free.fr>2012-07-28 12:33:22 +0200
commita42fe1fd4eb7fdb841d1668f8242051f3c9f5343 (patch)
tree9a005cb67b42ab18d421ae44c23ec3f44edbf4fb
parentdf1712c17c5560143ec64cc0823ffa02fd7561a8 (diff)
downloadponysay-a42fe1fd4eb7fdb841d1668f8242051f3c9f5343.tar.gz
ponysay-a42fe1fd4eb7fdb841d1668f8242051f3c9f5343.tar.bz2
ponysay-a42fe1fd4eb7fdb841d1668f8242051f3c9f5343.zip
In ponysaylinklist.pl, $argc is not needed anymore.
-rwxr-xr-xponysaylinklist.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/ponysaylinklist.pl b/ponysaylinklist.pl
index 27c507d..4d34928 100755
--- a/ponysaylinklist.pl
+++ b/ponysaylinklist.pl
@@ -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) {