summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
authorChristian Heimes <christian@cheimes.de>2007-11-30 22:29:24 (GMT)
committerChristian Heimes <christian@cheimes.de>2007-11-30 22:29:24 (GMT)
commit05a2fc2274ef8253474b664ab7067e5eab23a93e (patch)
tree70df5d3bcf82c9767a76fc2d151e0a4424284cdb /Include
parent4e30a845b4d2496dab25f0016cb597072c7355b1 (diff)
downloadcpython-05a2fc2274ef8253474b664ab7067e5eab23a93e.zip
cpython-05a2fc2274ef8253474b664ab7067e5eab23a93e.tar.gz
cpython-05a2fc2274ef8253474b664ab7067e5eab23a93e.tar.bz2
Cleanups and documentation updates related to the removal of unbound methods.
Diffstat (limited to 'Include')
-rw-r--r--Include/classobject.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/classobject.h b/Include/classobject.h
index e6ca421..699546e 100644
--- a/Include/classobject.h
+++ b/Include/classobject.h
@@ -23,7 +23,6 @@ PyAPI_FUNC(PyObject *) PyMethod_New(PyObject *, PyObject *);
PyAPI_FUNC(PyObject *) PyMethod_Function(PyObject *);
PyAPI_FUNC(PyObject *) PyMethod_Self(PyObject *);
-PyAPI_FUNC(PyObject *) PyMethod_Class(PyObject *);
/* Macros for direct access to these values. Type checks are *not*
done, so use with care. */