summaryrefslogtreecommitdiff
path: root/Python/thread.c
diff options
context:
space:
mode:
authorGregory P. Smith <greg@krypto.org>2013-04-30 01:03:46 -0700
committerGregory P. Smith <greg@krypto.org>2013-04-30 01:03:46 -0700
commitf4a81018278410a686c152f5d77704b66a44e858 (patch)
tree1c9cc0c9c8c73f59ccc0483a86d571ce8722f318 /Python/thread.c
parentf6eb3e9ba97d7489f84b9bc202c64c6b5022857f (diff)
parent1a46c427590ebe60b8c1befc08576558bcf23dae (diff)
downloadcpython-f4a81018278410a686c152f5d77704b66a44e858.tar.gz
merge
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