Kaydet (Commit) 9eec489c authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Regenerate.

üst 08062d66
...@@ -2328,8 +2328,6 @@ ast2obj_stmt(void* _o) ...@@ -2328,8 +2328,6 @@ ast2obj_stmt(void* _o)
result = PyType_GenericNew(Continue_type, NULL, NULL); result = PyType_GenericNew(Continue_type, NULL, NULL);
if (!result) goto failed; if (!result) goto failed;
break; break;
default:
;
} }
value = ast2obj_int(o->lineno); value = ast2obj_int(o->lineno);
if (!value) goto failed; if (!value) goto failed;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment