diff options
Diffstat (limited to 'src/if_python3.c')
-rw-r--r-- | src/if_python3.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/if_python3.c b/src/if_python3.c index 02d913492..59c115dd8 100644 --- a/src/if_python3.c +++ b/src/if_python3.c @@ -34,11 +34,6 @@ #include <limits.h> -/* Python.h defines _POSIX_THREADS itself (if needed) */ -#ifdef _POSIX_THREADS -# undef _POSIX_THREADS -#endif - #if defined(_WIN32) && defined(HAVE_FCNTL_H) # undef HAVE_FCNTL_H #endif |