diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2009-10-24 20:11:21 +0000 |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2009-10-24 20:11:21 +0000 |
commit | 75346d5209e0c3e982fb175e08ecb6da54c044a8 (patch) | |
tree | d6f75c40551aac08171ae2f99d63d595204abace /Python/thread.c | |
parent | 7f7859dcdff359450397eabbe296227aa5886926 (diff) | |
download | cpython-75346d5209e0c3e982fb175e08ecb6da54c044a8.tar.gz |
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.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Python/thread.c b/Python/thread.c index 1d7bed972f..c440d43ee5 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" |