From: Guido van Rossum Date: Fri, 14 Mar 1997 04:25:22 +0000 (+0000) Subject: Remove redundant references to thread stuff -- long, long ago, there X-Git-Tag: v1.5a1~281 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f0958064f9159b1170ff4ddb87fb9230ec944d05;p=thirdparty%2FPython%2Fcpython.git Remove redundant references to thread stuff -- long, long ago, there was some locking code in this file that needed it... --- diff --git a/Include/classobject.h b/Include/classobject.h index ba940a1c352e..a93abb68552e 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 {