[Python-checkins] r45274 - python/trunk/Python/Python-ast.c

martin.v.loewis python-checkins at python.org
Tue Apr 11 11:03:33 CEST 2006


Author: martin.v.loewis
Date: Tue Apr 11 11:03:33 2006
New Revision: 45274

Modified:
   python/trunk/Python/Python-ast.c
Log:
Regenerate.


Modified: python/trunk/Python/Python-ast.c
==============================================================================
--- python/trunk/Python/Python-ast.c	(original)
+++ python/trunk/Python/Python-ast.c	Tue Apr 11 11:03:33 2006
@@ -2328,8 +2328,6 @@
                 result = PyType_GenericNew(Continue_type, NULL, NULL);
                 if (!result) goto failed;
                 break;
-        default:
-                ;
         }
         value = ast2obj_int(o->lineno);
         if (!value) goto failed;


More information about the Python-checkins mailing list