summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
Diffstat (limited to 'Lib')
-rw-r--r--Lib/dis.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/dis.py b/Lib/dis.py
index 94480bb..209d081 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)