summaryrefslogtreecommitdiff
path: root/bytecode.pl
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-07-05 09:29:31 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-07-05 09:29:31 +0000
commit2072c350e98bf8b4e76d219ba3d03aade7ce20df (patch)
tree1a9bf6bc2ac3b1c91c8124289f4632b3c795f457 /bytecode.pl
parent8ba9dee36046939ca96a462c19c93dee3e0d9d52 (diff)
downloadperl-2072c350e98bf8b4e76d219ba3d03aade7ce20df.tar.gz
Remove unnecessary and extraneous my $i = 0.
p4raw-id: //depot/cfgperl@3586
Diffstat (limited to 'bytecode.pl')
-rw-r--r--bytecode.pl1
1 files changed, 0 insertions, 1 deletions
diff --git a/bytecode.pl b/bytecode.pl
index 030d1eab52..1e18d55990 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++) {