summaryrefslogtreecommitdiff
path: root/win32/win32thread.c
diff options
context:
space:
mode:
Diffstat (limited to 'win32/win32thread.c')
-rw-r--r--win32/win32thread.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/win32/win32thread.c b/win32/win32thread.c
index 6df2768c77..1fdd0efc02 100644
--- a/win32/win32thread.c
+++ b/win32/win32thread.c
@@ -1,12 +1,6 @@
#include "EXTERN.h"
#include "perl.h"
-#if defined(PERL_OBJECT)
-#define NO_XSLOCKS
-extern CPerlObj* pPerl;
-#include "XSUB.h"
-#endif
-
#ifdef USE_DECLSPEC_THREAD
__declspec(thread) void *PL_current_context = NULL;
#endif