diff options
Diffstat (limited to 'Python/thread.c')
-rw-r--r-- | Python/thread.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Python/thread.c b/Python/thread.c index 3a2c7af6ff..de4fa0592e 100644 --- a/Python/thread.c +++ b/Python/thread.c @@ -133,10 +133,6 @@ static size_t _pythread_stacksize = 0; #include "thread_os2.h" #endif -#ifdef BEOS_THREADS -#include "thread_beos.h" -#endif - #ifdef WINCE_THREADS #include "thread_wince.h" #endif |