diff options
Diffstat (limited to 'Python/bytecodes.c')
-rw-r--r-- | Python/bytecodes.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Python/bytecodes.c b/Python/bytecodes.c index 1dc8011..e7f7c1a 100644 --- a/Python/bytecodes.c +++ b/Python/bytecodes.c @@ -233,9 +233,6 @@ dummy_func( SETLOCAL(oparg2, value2); } - super(LOAD_FAST__LOAD_CONST) = LOAD_FAST + LOAD_CONST; - super(LOAD_CONST__LOAD_FAST) = LOAD_CONST + LOAD_FAST; - inst(POP_TOP, (value --)) { DECREF_INPUTS(); } |