summaryrefslogtreecommitdiffstats
path: root/Objects
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2008-08-30 19:21:01 (GMT)
committerGeorg Brandl <georg@python.org>2008-08-30 19:21:01 (GMT)
commit069094bc00e7be518c2e4c469c7e3ff3e21d8fb3 (patch)
tree8545b0e1bf86a8a83376d82cf38265d6f55a826e /Objects
parent3db38ce2142b22028b1184a24f53be8250ba1719 (diff)
downloadcpython-069094bc00e7be518c2e4c469c7e3ff3e21d8fb3.zip
cpython-069094bc00e7be518c2e4c469c7e3ff3e21d8fb3.tar.gz
cpython-069094bc00e7be518c2e4c469c7e3ff3e21d8fb3.tar.bz2
Remove outdated comment. Reviewed by Antoine.
Diffstat (limited to 'Objects')
-rw-r--r--Objects/boolobject.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Objects/boolobject.c b/Objects/boolobject.c
index 59a66d5..6916b9f 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 }