summaryrefslogtreecommitdiff
path: root/Python/thread.c
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2012-11-12 16:48:25 -0500
committerBenjamin Peterson <benjamin@python.org>2012-11-12 16:48:25 -0500
commit9845da8acd3a38eabc247666f9968d3db78a7bdc (patch)
tree09badcc5e6d41892fb97db0ff41c5760fa000fe8 /Python/thread.c
parent79b2bfe430a7ab9493f737ce2eddb080170dd0e5 (diff)
parentcabe5e76cfca05fc7dc4b67c252af57ce8d74474 (diff)
downloadcpython-9845da8acd3a38eabc247666f9968d3db78a7bdc.tar.gz
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