summaryrefslogtreecommitdiff
path: root/Python/thread.c
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2013-04-30 16:34:30 +0300
committerEzio Melotti <ezio.melotti@gmail.com>2013-04-30 16:34:30 +0300
commitc6666f2ecc6dfd60aa6fe88950c5dfb2eb8d6687 (patch)
treed32b1b16efb870f6f89d2b7cced40620296efa00 /Python/thread.c
parent14a057272cda4f9703954afaa0156517bb0b321f (diff)
parent2ee4b800e8fc729e008e576bd7e12aa1c0935098 (diff)
downloadcpython-c6666f2ecc6dfd60aa6fe88950c5dfb2eb8d6687.tar.gz
#17881: merge with 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