remove dead code (GH-14104)

default case ought to handle the "unexpected".
This commit is contained in:
David Carlier 2019-06-18 07:36:34 +01:00 committed by Inada Naoki
parent 201bc2d18b
commit 9bbece9d7a
1 changed files with 0 additions and 3 deletions

View File

@ -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