diff options
author | Christian Heimes <christian@cheimes.de> | 2007-11-30 22:29:24 +0000 |
---|---|---|
committer | Christian Heimes <christian@cheimes.de> | 2007-11-30 22:29:24 +0000 |
commit | 05a2fc2274ef8253474b664ab7067e5eab23a93e (patch) | |
tree | 70df5d3bcf82c9767a76fc2d151e0a4424284cdb /Include/classobject.h | |
parent | 4e30a845b4d2496dab25f0016cb597072c7355b1 (diff) | |
download | cpython-git-05a2fc2274ef8253474b664ab7067e5eab23a93e.tar.gz |
Cleanups and documentation updates related to the removal of unbound methods.
Diffstat (limited to 'Include/classobject.h')
-rw-r--r-- | Include/classobject.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/classobject.h b/Include/classobject.h index e6ca421a5b..699546e302 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. */ |