diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-05-13 19:56:35 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-05-13 19:56:35 -0500 |
commit | 8f80c1e903fe00c00a8810c762a56f76bd3b3d04 (patch) | |
tree | ca18fccd415e143a13e3b0f82c34d689bedb13be /Python/thread.c | |
parent | 1078da07f5752919a55792b6b8489e6e846377fd (diff) | |
parent | c15df25fef4ab764bf9ae2c0ca9453d0906037d8 (diff) | |
download | cpython-8f80c1e903fe00c00a8810c762a56f76bd3b3d04.tar.gz |
merge 3.3 (#17968)
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 |