From: Martin v. Löwis Date: Tue, 11 Apr 2006 09:03:33 +0000 (+0000) Subject: Regenerate. X-Git-Tag: v2.5a2~335 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9eec489c4a021d181bc7ccc37921543114b69988;p=thirdparty%2FPython%2Fcpython.git Regenerate. --- diff --git a/Python/Python-ast.c b/Python/Python-ast.c index 7da08e5ff8cb..af9deedc4fc9 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;