diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2006-04-11 09:03:33 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2006-04-11 09:03:33 (GMT) |
commit | 9eec489c4a021d181bc7ccc37921543114b69988 (patch) | |
tree | 7e44180641437576fd55c249680bbbb6c88492b5 /Python/Python-ast.c | |
parent | 08062d6665b6a0c30559eb8a064356ca86151caf (diff) | |
download | cpython-9eec489c4a021d181bc7ccc37921543114b69988.zip cpython-9eec489c4a021d181bc7ccc37921543114b69988.tar.gz cpython-9eec489c4a021d181bc7ccc37921543114b69988.tar.bz2 |
Regenerate.
Diffstat (limited to 'Python/Python-ast.c')
-rw-r--r-- | Python/Python-ast.c | 2 |
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; |