From f0958064f9159b1170ff4ddb87fb9230ec944d05 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Fri, 14 Mar 1997 04:25:22 +0000 Subject: Remove redundant references to thread stuff -- long, long ago, there was some locking code in this file that needed it... --- Include/classobject.h | 6 ------ 1 file changed, 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 { -- cgit v0.12