summaryrefslogtreecommitdiff
path: root/Python/thread.c
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-11-18 14:06:54 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2012-11-18 14:06:54 +0200
commit23e41c9686435a8a01da7fead079c783087ee5c5 (patch)
tree0593cf00b74bcabb8cb52c2108750c2f80fa2c81 /Python/thread.c
parent68a2b84e68c3fe3abaa1bae589e17bfbb13461c2 (diff)
parente93555d91c4608e06e3058a42af0f2450c9dfd19 (diff)
downloadcpython-23e41c9686435a8a01da7fead079c783087ee5c5.tar.gz
#16306: 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