summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-04-11 09:03:33 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-04-11 09:03:33 (GMT)
commit9eec489c4a021d181bc7ccc37921543114b69988 (patch)
tree7e44180641437576fd55c249680bbbb6c88492b5
parent08062d6665b6a0c30559eb8a064356ca86151caf (diff)
downloadcpython-9eec489c4a021d181bc7ccc37921543114b69988.zip
cpython-9eec489c4a021d181bc7ccc37921543114b69988.tar.gz
cpython-9eec489c4a021d181bc7ccc37921543114b69988.tar.bz2
Regenerate.
-rw-r--r--Python/Python-ast.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/Python-ast.c b/Python/Python-ast.c
index 7da08e5..af9deed 100644
--- a/Python/Python-ast.c
+++ b/Python/Python-ast.c
@@ -2328,8 +2328,6 @@ ast2obj_stmt(void* _o)
result = PyType_GenericNew(Continue_type, NULL, NULL);
if (!result) goto failed;
break;
- default:
- ;
}
value = ast2obj_int(o->lineno);
if (!value) goto failed;