mirror of https://github.com/python/cpython.git
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:
parent
74277916a9
commit
f0958064f9
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue