diff options
author | Eric V. Smith <eric@trueblade.com> | 2013-07-02 09:07:53 -0400 |
---|---|---|
committer | Eric V. Smith <eric@trueblade.com> | 2013-07-02 09:07:53 -0400 |
commit | 3df17fc294944998cee11b83e0fae62774cd0afe (patch) | |
tree | 3238348243c6a8486e303e3b5377bd67ccbebe89 /Python/thread.c | |
parent | 877e273d143bc8af38641ffd47dfff3a0df9d4f3 (diff) | |
parent | d445ec98e578d23ef46470e13d560532a9f6c28e (diff) | |
download | cpython-3df17fc294944998cee11b83e0fae62774cd0afe.tar.gz |
#18312: merge from 3.3.
Diffstat (limited to 'Python/thread.c')
-rw-r--r-- | Python/thread.c | 4 |
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 |