SF #515009, delete global variable that was apparently used only

in a for loop.
This commit is contained in:
Neal Norwitz 2002-02-11 18:14:22 +00:00
parent d5ba4aeab0
commit aa38aa5435
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ hasfree = []
opname = [''] * 256
for op in range(256): opname[op] = '<' + `op` + '>'
del op
def def_op(name, op):
opname[op] = name