diff --git a/Python/thread.c b/Python/thread.c index 1979df01dff..b35a48b2eb3 100644 --- a/Python/thread.c +++ b/Python/thread.c @@ -36,10 +36,6 @@ extern char *getenv(const char *); #include "pythread.h" -#ifdef __ksr__ -#define _POSIX_THREADS -#endif - #ifndef _POSIX_THREADS #ifdef __sgi