summaryrefslogtreecommitdiff
path: root/Python/thread.c
diff options
context:
space:
mode:
authorMartin v. L?wis <martin@v.loewis.de>2013-03-24 22:53:04 +0100
committerMartin v. L?wis <martin@v.loewis.de>2013-03-24 22:53:04 +0100
commit86b17240c2e8176ba8ef55e39bf3b7d10914d8e4 (patch)
treea36b8eedc2ff4e94d7492eebbdcb989abf470142 /Python/thread.c
parentce0764defba3da9c96a5e9f8badc848e1805baad (diff)
parent650458ab36c29cfd3906f4940eabd01b8b523b5c (diff)
downloadcpython-86b17240c2e8176ba8ef55e39bf3b7d10914d8e4.tar.gz
#17425: merge 3.3
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