diff options
Diffstat (limited to 'Python/ceval.c')
-rw-r--r-- | Python/ceval.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Python/ceval.c b/Python/ceval.c index 7f8f65493b..3ea1bdc966 100644 --- a/Python/ceval.c +++ b/Python/ceval.c @@ -873,9 +873,6 @@ eval_frame(PyFrameObject *f) /* case STOP_CODE: this is an error! */ - case NOP: - goto fast_next_opcode; - case LOAD_FAST: x = GETLOCAL(oparg); if (x != NULL) { |