mirror of
https://github.com/erkin/ponysay
synced 2024-11-13 23:27:14 +00:00
In ponysaylinklist.pl, $argc is not needed anymore.
This commit is contained in:
parent
df1712c17c
commit
a42fe1fd4e
1 changed files with 0 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue