From: Benjamin Peterson Date: Mon, 19 Sep 2016 06:49:51 +0000 (-0700) Subject: delete dead code X-Git-Tag: v3.6.0b2~159 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=286987bbac8e6138c270ae8863f29a26d38ac977;p=thirdparty%2FPython%2Fcpython.git delete dead code --- diff --git a/Python/ast.c b/Python/ast.c index deea579c0ddf..76daf6f44620 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