Commit 9bbece9d authored by David Carlier's avatar David Carlier Committed by Inada Naoki

remove dead code (GH-14104)

default case ought to handle the "unexpected".
parent 201bc2d1
......@@ -3684,9 +3684,6 @@ alias_for_import_name(struct compiling *c, const node *n, int store)
"unexpected import name: %d", TYPE(n));
return NULL;
}
PyErr_SetString(PyExc_SystemError, "unhandled import name condition");
return NULL;
}
static stmt_ty
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment