summaryrefslogtreecommitdiff
path: root/Python/thread.c
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2007-08-17 12:57:41 +0000
committerSkip Montanaro <skip@pobox.com>2007-08-17 12:57:41 +0000
commit47899236d6ea7365e1b833242c8a314fc4138763 (patch)
treed6f29671a5d458e174a37f0cea649a04e875536a /Python/thread.c
parentbc37641d04e0d99bbd2f7cc93c3ef4c29ced171c (diff)
downloadcpython-47899236d6ea7365e1b833242c8a314fc4138763.tar.gz
Remove support for BeOS
Diffstat (limited to 'Python/thread.c')
-rw-r--r--Python/thread.c4
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