diff options
Diffstat (limited to 'Objects/methodobject.c')
-rw-r--r-- | Objects/methodobject.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Objects/methodobject.c b/Objects/methodobject.c index 529e2a1870..672981fb78 100644 --- a/Objects/methodobject.c +++ b/Objects/methodobject.c @@ -35,12 +35,6 @@ PERFORMANCE OF THIS SOFTWARE. #include "token.h" -typedef struct { - PyObject_HEAD - PyMethodDef *m_ml; - PyObject *m_self; -} PyCFunctionObject; - static PyCFunctionObject *free_list = NULL; PyObject * |