From 286987bbac8e6138c270ae8863f29a26d38ac977 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sun, 18 Sep 2016 23:49:51 -0700 Subject: delete dead code --- Python/ast.c | 3 --- 1 file changed, 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 -- cgit v0.12