]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove redundant references to thread stuff -- long, long ago, there
authorGuido van Rossum <guido@python.org>
Fri, 14 Mar 1997 04:25:22 +0000 (04:25 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 14 Mar 1997 04:25:22 +0000 (04:25 +0000)
was some locking code in this file that needed it...

Include/classobject.h

index ba940a1c352e382986f823dba90810217b8d3bf4..a93abb68552e50772121fac0c68584f3e2a5804d 100644 (file)
@@ -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 {