summaryrefslogtreecommitdiffstats
path: root/Python/thread.c
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-10-04 23:04:27 (GMT)
committerJesus Cea <jcea@jcea.es>2012-10-04 23:04:27 (GMT)
commitb48925a4060243688c108d0df1e102eb7a1580d0 (patch)
treecf0c99e622ff07e85ba456ff66b9dde9cd0a1332 /Python/thread.c
parentd4b5aaa9a9455f53c1fe4244f37ee3d5632bf53f (diff)
downloadcpython-b48925a4060243688c108d0df1e102eb7a1580d0.zip
cpython-b48925a4060243688c108d0df1e102eb7a1580d0.tar.gz
cpython-b48925a4060243688c108d0df1e102eb7a1580d0.tar.bz2
#16135: Removal of OS/2 support (I)
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 e55d342..25ab16e 100644
--- a/Python/thread.c
+++ b/Python/thread.c
@@ -91,10 +91,6 @@ static size_t _pythread_stacksize = 0;
#include "thread_nt.h"
#endif
-#ifdef OS2_THREADS
-#define PYTHREAD_NAME "os2"
-#include "thread_os2.h"
-#endif
/*
#ifdef FOOBAR_THREADS