git-remote-mediawiki: remove unused variable $entry

Signed-off-by: Célestin Matte <celestin.matte@ensimag.fr>
Signed-off-by: Matthieu Moy <matthieu.moy@grenoble-inp.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Célestin Matte 2013-06-14 15:50:24 +02:00 committed by Junio C Hamano
parent 267055f860
commit 3eb4ee99fb
1 changed files with 0 additions and 1 deletions

View File

@ -123,7 +123,6 @@ $wiki_name =~ s{[^/]*://}{};
$wiki_name =~ s/^.*@//;

# Commands parser
my $entry;
my @cmd;
while (<STDIN>) {
chomp;