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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=069094bc00e7be518c2e4c469c7e3ff3e21d8fb3;p=python Remove outdated comment. Reviewed by Antoine. --- diff --git a/Objects/boolobject.c b/Objects/boolobject.c index 59a66d5260..6916b9f803 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 }