Remove redundant references to thread stuff -- long, long ago, there

was some locking code in this file that needed it...
This commit is contained in:
Guido van Rossum 1997-03-14 04:25:22 +00:00
parent 74277916a9
commit f0958064f9

View 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 {