summaryrefslogtreecommitdiff
path: root/Python/ast.c
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-18 23:49:51 -0700
committerBenjamin Peterson <benjamin@python.org>2016-09-18 23:49:51 -0700
commit286987bbac8e6138c270ae8863f29a26d38ac977 (patch)
tree799baa992eea721f8b523f6b58f808be99398871 /Python/ast.c
parentf5e8e8fc2b662bb6095c878b18acbf333f70b867 (diff)
downloadcpython-git-286987bbac8e6138c270ae8863f29a26d38ac977.tar.gz
delete dead code
Diffstat (limited to 'Python/ast.c')
-rw-r--r--Python/ast.c3
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