diff options
Diffstat (limited to 'Include/methodobject.h')
-rw-r--r-- | Include/methodobject.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Include/methodobject.h b/Include/methodobject.h index 1be5873..5d2e06c 100644 --- a/Include/methodobject.h +++ b/Include/methodobject.h @@ -39,7 +39,6 @@ struct PyMethodDef { describe the args expected by the C func */ const char *ml_doc; /* The __doc__ attribute, or NULL */ }; -typedef struct PyMethodDef PyMethodDef; /* PyCFunction_New is declared as a function for stable ABI (declaration is * needed for e.g. GCC with -fvisibility=hidden), but redefined as a macro |