diff options
author | Guido van Rossum <guido@python.org> | 1997-03-14 04:25:22 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-03-14 04:25:22 (GMT) |
commit | f0958064f9159b1170ff4ddb87fb9230ec944d05 (patch) | |
tree | d378064665727f1746ac66ab0bddd7f4d0fb4db0 /Include/classobject.h | |
parent | 74277916a970dabf70b9ac95d92cae78f25938ed (diff) | |
download | cpython-f0958064f9159b1170ff4ddb87fb9230ec944d05.zip cpython-f0958064f9159b1170ff4ddb87fb9230ec944d05.tar.gz cpython-f0958064f9159b1170ff4ddb87fb9230ec944d05.tar.bz2 |
Remove redundant references to thread stuff -- long, long ago, there
was some locking code in this file that needed it...
Diffstat (limited to 'Include/classobject.h')
-rw-r--r-- | Include/classobject.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Include/classobject.h b/Include/classobject.h index ba940a1..a93abb6 100644 --- a/Include/classobject.h +++ b/Include/classobject.h @@ -37,12 +37,6 @@ PERFORMANCE OF THIS SOFTWARE. /* Class object interface */ -#ifdef WITH_THREAD -#include "thread.h" -#else -#define get_thread_ident() 1L -#endif - /* Revealing some structures (not for general use) */ typedef struct { |