diff options
Diffstat (limited to 'NetWare/nw5thread.c')
-rw-r--r-- | NetWare/nw5thread.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/NetWare/nw5thread.c b/NetWare/nw5thread.c index e99512afbf..7ed18bbeaf 100644 --- a/NetWare/nw5thread.c +++ b/NetWare/nw5thread.c @@ -20,12 +20,6 @@ #include "EXTERN.h" #include "perl.h" -#if defined(PERL_OBJECT) -#define NO_XSLOCKS -extern CPerlObj* pPerl; -#include "XSUB.h" -#endif - //For Thread Local Storage #include "win32ish.h" // For "BOOL", "TRUE" and "FALSE" #include "nwtinfo.h" |