Regenerate.

This commit is contained in:
Martin v. Löwis 2006-04-11 09:03:33 +00:00
parent 08062d6665
commit 9eec489c4a

View 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;