diff options
Diffstat (limited to 'Include/Python.h')
-rw-r--r-- | Include/Python.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Include/Python.h b/Include/Python.h index db33a76cd4..31c6280793 100644 --- a/Include/Python.h +++ b/Include/Python.h @@ -151,11 +151,6 @@ PyAPI_FUNC(PyObject*) _Py_Mangle(PyObject *p, PyObject *name); #define Py_file_input 257 #define Py_eval_input 258 -#ifdef HAVE_PTH -/* GNU pth user-space thread support */ -#include <pth.h> -#endif - /* Define macros for inline documentation. */ #define PyDoc_VAR(name) static char name[] #define PyDoc_STRVAR(name,str) PyDoc_VAR(name) = PyDoc_STR(str) |