Skip to content

Commit 4f54f3e

Browse files
committed
Remove redundant references to thread stuff -- long, long ago, there
was some locking code in this file that needed it...
1 parent 7f37e5a commit 4f54f3e

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Include/classobject.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,6 @@ PERFORMANCE OF THIS SOFTWARE.
3737

3838
/* Class object interface */
3939

40-
#ifdef WITH_THREAD
41-
#include "thread.h"
42-
#else
43-
#define get_thread_ident() 1L
44-
#endif
45-
4640
/* Revealing some structures (not for general use) */
4741

4842
typedef struct {

0 commit comments

Comments
 (0)