summaryrefslogtreecommitdiff
path: root/Python/thread.c
diff options
context:
space:
mode:
authorMartin v. Loewis <martin@v.loewis.de>2013-03-24 22:12:19 +0100
committerMartin v. Loewis <martin@v.loewis.de>2013-03-24 22:12:19 +0100
commit650458ab36c29cfd3906f4940eabd01b8b523b5c (patch)
tree4463730700404c235bb38a2479a382a4d1c71653 /Python/thread.c
parent29a7032a9fa9327c158d9d09a8d7a8942c4f87d5 (diff)
parente298eef2c67880b4773a6678310b066406385824 (diff)
downloadcpython-650458ab36c29cfd3906f4940eabd01b8b523b5c.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