From eb33e5ae79542371a165bdb67099d14b7557a698 Mon Sep 17 00:00:00 2001 From: Skip Montanaro Date: Fri, 17 Aug 2007 12:57:41 +0000 Subject: Remove support for BeOS --- Python/thread.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Python/thread.c') 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 -- cgit v1.2.1