summaryrefslogtreecommitdiffstats
path: root/Python/bytecodes.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/bytecodes.c')
-rw-r--r--Python/bytecodes.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/Python/bytecodes.c b/Python/bytecodes.c
index dfebaaa..e20b9ff 100644
--- a/Python/bytecodes.c
+++ b/Python/bytecodes.c
@@ -1543,9 +1543,6 @@ dummy_func(
values, 2,
values+1, 2,
oparg);
- if (map == NULL)
- goto error;
-
DECREF_INPUTS();
ERROR_IF(map == NULL, error);
}