]> granicus.if.org Git - python/commitdiff
delete dead code
authorBenjamin Peterson <benjamin@python.org>
Mon, 19 Sep 2016 06:49:51 +0000 (23:49 -0700)
committerBenjamin Peterson <benjamin@python.org>
Mon, 19 Sep 2016 06:49:51 +0000 (23:49 -0700)
Python/ast.c

index deea579c0ddfd05372818228031793b7afe3b8f0..76daf6f446205a72ff73097aa384e5101bbdd71e 100644 (file)
@@ -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