summaryrefslogtreecommitdiffstats
path: root/Python/executor_cases.c.h
diff options
context:
space:
mode:
Diffstat (limited to 'Python/executor_cases.c.h')
-rw-r--r--Python/executor_cases.c.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Python/executor_cases.c.h b/Python/executor_cases.c.h
index a4d8130..8f3febe 100644
--- a/Python/executor_cases.c.h
+++ b/Python/executor_cases.c.h
@@ -1433,9 +1433,6 @@
values, 2,
values+1, 2,
oparg);
- if (map == NULL)
- goto error;
-
for (int _i = oparg*2; --_i >= 0;) {
Py_DECREF(values[_i]);
}