]> granicus.if.org Git - python/commitdiff
Regenerate.
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 11 Apr 2006 09:03:33 +0000 (09:03 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 11 Apr 2006 09:03:33 +0000 (09:03 +0000)
Python/Python-ast.c

index 7da08e5ff8cb0fff307805032a8a5280ff32d300..af9deedc4fc9076c402831c3f3ccaff822501168 100644 (file)
@@ -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;