summaryrefslogtreecommitdiffstats
path: root/Include
diff options
context:
space:
mode:
Diffstat (limited to 'Include')
-rw-r--r--Include/classobject.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Include/classobject.h b/Include/classobject.h
index ba940a1..a93abb6 100644
--- a/Include/classobject.h
+++ b/Include/classobject.h
@@ -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 {