summaryrefslogtreecommitdiff
path: root/Python/thread.c
diff options
context:
space:
mode:
authorJesus Cea <jcea@jcea.es>2012-10-05 01:04:27 +0200
committerJesus Cea <jcea@jcea.es>2012-10-05 01:04:27 +0200
commit63755a6bb1e812c6a3b40b158dded0aed326bf77 (patch)
treebfecd3ab6c72d05e51677c08df60c78bb1940ef4 /Python/thread.c
parent48902eec54451a2603335a564394fe2b5a1906b2 (diff)
downloadcpython-63755a6bb1e812c6a3b40b158dded0aed326bf77.tar.gz
#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 e55d34244e..25ab16e647 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