summaryrefslogtreecommitdiffstats
path: root/Python/thread.c
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2009-10-24 20:11:21 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2009-10-24 20:11:21 (GMT)
commit6103ab1d0b3361486960f3fa7711f20c91c535f5 (patch)
treec4ab6589e1e01f758500b6a054e19a747d3086cb /Python/thread.c
parent194fcf2d15c90ae9ed9cb9e1d95721e6a6e54281 (diff)
downloadcpython-6103ab1d0b3361486960f3fa7711f20c91c535f5.zip
cpython-6103ab1d0b3361486960f3fa7711f20c91c535f5.tar.gz
cpython-6103ab1d0b3361486960f3fa7711f20c91c535f5.tar.bz2
Remove AtheOS support, as per PEP 11 (which claims that all code was removed in Python 3.0).
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 1d7bed9..c440d43 100644
--- a/Python/thread.c
+++ b/Python/thread.c
@@ -137,10 +137,6 @@ static size_t _pythread_stacksize = 0;
#include "thread_plan9.h"
#endif
-#ifdef ATHEOS_THREADS
-#include "thread_atheos.h"
-#endif
-
/*
#ifdef FOOBAR_THREADS
#include "thread_foobar.h"