summaryrefslogtreecommitdiff
path: root/Python/thread.c
diff options
context:
space:
mode:
authorEric V. Smith <eric@trueblade.com>2013-07-02 09:07:53 -0400
committerEric V. Smith <eric@trueblade.com>2013-07-02 09:07:53 -0400
commit3df17fc294944998cee11b83e0fae62774cd0afe (patch)
tree3238348243c6a8486e303e3b5377bd67ccbebe89 /Python/thread.c
parent877e273d143bc8af38641ffd47dfff3a0df9d4f3 (diff)
parentd445ec98e578d23ef46470e13d560532a9f6c28e (diff)
downloadcpython-3df17fc294944998cee11b83e0fae62774cd0afe.tar.gz
#18312: merge from 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