From 9eec489c4a021d181bc7ccc37921543114b69988 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20v=2E=20L=C3=B6wis?= Date: Tue, 11 Apr 2006 09:03:33 +0000 Subject: Regenerate. --- Python/Python-ast.c | 2 -- 1 file changed, 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; -- cgit v0.12