mirror of
https://github.com/python/cpython.git
synced 2024-11-24 10:24:35 +08:00
delete dead code
This commit is contained in:
parent
f5e8e8fc2b
commit
286987bbac
@ -3149,9 +3149,6 @@ ast_for_flow_stmt(struct compiling *c, const node *n)
|
||||
"unexpected flow_stmt: %d", TYPE(ch));
|
||||
return NULL;
|
||||
}
|
||||
|
||||
PyErr_SetString(PyExc_SystemError, "unhandled flow statement");
|
||||
return NULL;
|
||||
}
|
||||
|
||||
static alias_ty
|
||||
|
Loading…
Reference in New Issue
Block a user