mirror of
https://github.com/python/cpython.git
synced 2025-08-27 20:25:18 +00:00
remove dead code (GH-14104)
default case ought to handle the "unexpected".
This commit is contained in:
parent
201bc2d18b
commit
9bbece9d7a
1 changed files with 0 additions and 3 deletions
|
@ -3684,9 +3684,6 @@ alias_for_import_name(struct compiling *c, const node *n, int store)
|
||||||
"unexpected import name: %d", TYPE(n));
|
"unexpected import name: %d", TYPE(n));
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
PyErr_SetString(PyExc_SystemError, "unhandled import name condition");
|
|
||||||
return NULL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static stmt_ty
|
static stmt_ty
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue