From: Jarkko Hietaniemi Date: Mon, 5 Jul 1999 09:29:31 +0000 (+0000) Subject: Remove unnecessary and extraneous my $i = 0. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=2072c350e98bf8b4e76d219ba3d03aade7ce20df;p=p5sagit%2Fp5-mst-13.2.git Remove unnecessary and extraneous my $i = 0. p4raw-id: //depot/cfgperl@3586 --- diff --git a/bytecode.pl b/bytecode.pl index 030d1ea..1e18d55 100644 --- a/bytecode.pl +++ b/bytecode.pl @@ -207,7 +207,6 @@ struct bytestream { enum { EOT -my $i = 0; my $add_enum_value = 0; my $max_insn; for ($i = 0; $i < @insn_name; $i++) {