remove dead code (GH-14104)
default case ought to handle the "unexpected".
This commit is contained in:
parent
201bc2d18b
commit
9bbece9d7a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue