summaryrefslogtreecommitdiffstats
path: root/Python/ast.c
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2016-09-19 06:49:51 (GMT)
committerBenjamin Peterson <benjamin@python.org>2016-09-19 06:49:51 (GMT)
commit286987bbac8e6138c270ae8863f29a26d38ac977 (patch)
tree799baa992eea721f8b523f6b58f808be99398871 /Python/ast.c
parentf5e8e8fc2b662bb6095c878b18acbf333f70b867 (diff)
downloadcpython-286987bbac8e6138c270ae8863f29a26d38ac977.zip
cpython-286987bbac8e6138c270ae8863f29a26d38ac977.tar.gz
cpython-286987bbac8e6138c270ae8863f29a26d38ac977.tar.bz2
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 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