diff options
author | Gregory P. Smith <greg@krypto.org> | 2013-04-30 01:03:46 -0700 |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2013-04-30 01:03:46 -0700 |
commit | f4a81018278410a686c152f5d77704b66a44e858 (patch) | |
tree | 1c9cc0c9c8c73f59ccc0483a86d571ce8722f318 /Python/thread.c | |
parent | f6eb3e9ba97d7489f84b9bc202c64c6b5022857f (diff) | |
parent | 1a46c427590ebe60b8c1befc08576558bcf23dae (diff) | |
download | cpython-f4a81018278410a686c152f5d77704b66a44e858.tar.gz |
merge
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 |