Commit 71a1ca1e authored by Neal Norwitz's avatar Neal Norwitz

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

in a for loop.
parent f593e755
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment