mirror of
https://github.com/python/cpython.git
synced 2025-12-10 11:00:14 +00:00
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
1 changed files with 0 additions and 6 deletions
|
|
@ -37,12 +37,6 @@ PERFORMANCE OF THIS SOFTWARE.
|
||||||
|
|
||||||
/* Class object interface */
|
/* Class object interface */
|
||||||
|
|
||||||
#ifdef WITH_THREAD
|
|
||||||
#include "thread.h"
|
|
||||||
#else
|
|
||||||
#define get_thread_ident() 1L
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Revealing some structures (not for general use) */
|
/* Revealing some structures (not for general use) */
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue