From: Barry Warsaw Date: Tue, 2 May 2000 19:24:39 +0000 (+0000) Subject: _PyBuiltin_Init_2(): Remove the misleading comment. X-Git-Tag: v2.0b1~1873 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48719d3d1f116f6432040fea1754692038ba227c;p=thirdparty%2FPython%2Fcpython.git _PyBuiltin_Init_2(): Remove the misleading comment. --- diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index a535b1dde987..43ce6e46299c 100644 --- a/Python/bltinmodule.c +++ b/Python/bltinmodule.c @@ -2589,7 +2589,6 @@ _PyBuiltin_Init_2(dict) if (!init_class_exc(dict)) /* class based exceptions could not be initialized. */ Py_FatalError("Standard exceptions could not be initialized."); - /* does not return */ }