diff options
author | Benjamin Peterson <benjamin@python.org> | 2016-09-18 23:49:51 -0700 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2016-09-18 23:49:51 -0700 |
commit | e8fcafd5f84d083f7ab78bffb672a621047c0bc4 (patch) | |
tree | 536f7cf32aaccc121ddf0d25b29c1999bd704b60 /Python | |
parent | a5f4fd35fe1fc0ec46d965e46a2c6bb1c63a6c0e (diff) | |
download | cpython-e8fcafd5f84d083f7ab78bffb672a621047c0bc4.tar.gz |
delete dead code
Diffstat (limited to 'Python')
-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 deea579c0d..76daf6f446 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 |