summaryrefslogtreecommitdiff
path: root/Python/thread.c
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-11-17 12:56:29 +0200
committerEzio Melotti <ezio.melotti@gmail.com>2012-11-17 12:56:29 +0200
commit29b67bd25a1b781749bea5e22e80dcbe41f05dec (patch)
tree6b8cb29b82b6890ac5f98c25fdf45878e9cd86fb /Python/thread.c
parentb5477a0109194b7c8500037e063bfd29dca03391 (diff)
parent444b8a182b5a690fdb3e4d28ca8a61de27949178 (diff)
downloadcpython-29b67bd25a1b781749bea5e22e80dcbe41f05dec.tar.gz
Merge updates about dir() 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