diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-09-19 06:49:51 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-09-19 06:49:51 (GMT) |
commit | 286987bbac8e6138c270ae8863f29a26d38ac977 (patch) | |
tree | 799baa992eea721f8b523f6b58f808be99398871 /Python/ast.c | |
parent | f5e8e8fc2b662bb6095c878b18acbf333f70b867 (diff) | |
download | cpython-286987bbac8e6138c270ae8863f29a26d38ac977.zip cpython-286987bbac8e6138c270ae8863f29a26d38ac977.tar.gz cpython-286987bbac8e6138c270ae8863f29a26d38ac977.tar.bz2 |
delete dead code
Diffstat (limited to 'Python/ast.c')
-rw-r--r-- | Python/ast.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Python/ast.c b/Python/ast.c index deea579..76daf6f 100644 --- a/Python/ast.c +++ b/Python/ast.c @@ -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 |