diff options
Diffstat (limited to 'Include')
-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 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. */ |