diff options
Diffstat (limited to 'Lib/dis.py')
-rw-r--r-- | Lib/dis.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/dis.py b/Lib/dis.py index 94480bbc9d..209d08173a 100644 --- a/Lib/dis.py +++ b/Lib/dis.py @@ -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) |