Zapped obsolete opcode LOAD_GLOBALS.

This commit is contained in:
Guido van Rossum 1996-09-10 18:26:36 +00:00
parent 04831d133e
commit 151fcfd101
1 changed files with 0 additions and 1 deletions

View File

@ -136,7 +136,6 @@ def_op('BREAK_LOOP', 80)
def_op('RAISE_EXCEPTION', 81)
def_op('LOAD_LOCALS', 82)
def_op('RETURN_VALUE', 83)
def_op('LOAD_GLOBALS', 84)
def_op('EXEC_STMT', 85)
def_op('BUILD_FUNCTION', 86)
def_op('POP_BLOCK', 87)