projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
8ba9dee
)
Remove unnecessary and extraneous my $i = 0.
Jarkko Hietaniemi [Mon, 5 Jul 1999 09:29:31 +0000 (09:29 +0000)]
p4raw-id: //depot/cfgperl@3586
bytecode.pl
patch
|
blob
|
blame
|
history
diff --git
a/bytecode.pl
b/bytecode.pl
index
030d1ea
..
1e18d55
100644
(file)
--- 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++) {