summaryrefslogtreecommitdiff
path: root/Python/thread.c
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-11-17 12:06:44 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2012-11-17 12:06:44 +0200
commit444b8a182b5a690fdb3e4d28ca8a61de27949178 (patch)
treeba0f608b985a89c2a4baee4bc0e07cb461443092 /Python/thread.c
parentf31fbd0341e56d6d7f729688befbc0edc9379802 (diff)
parentaa3eafec628637ab0369d1268934eb6201cf32d1 (diff)
downloadcpython-444b8a182b5a690fdb3e4d28ca8a61de27949178.tar.gz
Merge rephrasing 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