Skip to content

Commit 2fee1a9

Browse files
author
guido
committed
Remove redundant references to thread stuff -- long, long ago, there
was some locking code in this file that needed it... git-svn-id: http://svn.python.org/projects/python/trunk@7670 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 1de1e79 commit 2fee1a9

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)