Remove outdated comment. Reviewed by Antoine.

This commit is contained in:
Georg Brandl 2008-08-30 19:21:01 +00:00
parent 3db38ce214
commit 069094bc00

View file

@ -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 }