diff options
author | Georg Brandl <georg@python.org> | 2012-10-28 13:37:54 +0100 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-10-28 13:37:54 +0100 |
commit | 018d0ddd9b0008ddc3eee72ec2ac2af662abb483 (patch) | |
tree | 80d0f01406701d3c6fc2a2e9639e585c523df0a0 /Python/thread.c | |
parent | 01f2a0d374bb90ce8fb532f7146c80395d2dd484 (diff) | |
parent | ab3fb1d609ebfad0decdbdbbf741f6b4ad4575a7 (diff) | |
download | cpython-018d0ddd9b0008ddc3eee72ec2ac2af662abb483.tar.gz |
Remove confusing "Release" and "Date" markers from whatsnews. Merge with 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 |