Kaydet (Commit) f0958064 authored tarafından Guido van Rossum's avatar Guido van Rossum

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

was some locking code in this file that needed it...
üst 74277916
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment