From: Georg Brandl Date: Sat, 30 Aug 2008 19:21:01 +0000 (+0000) Subject: Remove outdated comment. Reviewed by Antoine. X-Git-Tag: v3.0rc1~154 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=069094bc00e7be518c2e4c469c7e3ff3e21d8fb3;p=thirdparty%2FPython%2Fcpython.git Remove outdated comment. Reviewed by Antoine. --- diff --git a/Objects/boolobject.c b/Objects/boolobject.c index 59a66d52601f..6916b9f8035f 100644 --- a/Objects/boolobject.c +++ b/Objects/boolobject.c @@ -173,7 +173,6 @@ PyTypeObject PyBool_Type = { /* The objects representing bool values False and True */ -/* Named Zero for link-level compatibility */ struct _longobject _Py_FalseStruct = { PyVarObject_HEAD_INIT(&PyBool_Type, 0) { 0 }