diff options
Diffstat (limited to 'Include/modsupport.h')
-rw-r--r-- | Include/modsupport.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Include/modsupport.h b/Include/modsupport.h index 6efe9dfaa90..450cc99c404 100644 --- a/Include/modsupport.h +++ b/Include/modsupport.h @@ -134,12 +134,6 @@ PyAPI_FUNC(PyObject *) PyModule_FromDefAndSpec2(PyModuleDef *def, #endif /* New in 3.5 */ -#ifndef Py_LIMITED_API -# define Py_CPYTHON_MODSUPPORT_H -# include "cpython/modsupport.h" -# undef Py_CPYTHON_MODSUPPORT_H -#endif - #ifdef __cplusplus } #endif |