summaryrefslogtreecommitdiff
path: root/NetWare/nwperlsys.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2001-08-31 20:58:38 +0000
committerGurusamy Sarathy <gsar@cpan.org>2001-08-31 20:58:38 +0000
commitacfe0abcedaf592fb4b9cb69ce3468308ae99d91 (patch)
treea2ca08c77d2b63d1777d0b228ff53362895c1624 /NetWare/nwperlsys.c
parent25f58aea15b072f74afcee1b9074d33e8e7348b5 (diff)
downloadperl-acfe0abcedaf592fb4b9cb69ce3468308ae99d91.tar.gz
remove deprecated PERL_OBJECT cruft, it has long since stopped
working in 5.7.x p4raw-id: //depot/perl@11803
Diffstat (limited to 'NetWare/nwperlsys.c')
-rw-r--r--NetWare/nwperlsys.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/NetWare/nwperlsys.c b/NetWare/nwperlsys.c
index b1bf8ddd69..4fc65d31f0 100644
--- a/NetWare/nwperlsys.c
+++ b/NetWare/nwperlsys.c
@@ -20,10 +20,6 @@
#include "perl.h"
-#ifdef PERL_OBJECT
-#define NO_XSLOCKS
-#endif
-
//CHKSGP
//Including this is giving premature end-of-file error during compilation
//#include "XSUB.h"
@@ -102,9 +98,6 @@ perl_alloc(void)
&perlSock,
&perlProc);
if (my_perl) {
-#ifdef PERL_OBJECT
- CPerlObj* pPerl = (CPerlObj*)my_perl;
-#endif
//nw5_internal_host = m_allocList;
}
return my_perl;
@@ -188,9 +181,6 @@ perl_alloc_override(struct IPerlMem** ppMem, struct IPerlMem** ppMemShared,
lpProc);
if (my_perl) {
-#ifdef PERL_OBJECT
- CPerlObj* pPerl = (CPerlObj*)my_perl;
-#endif
//nw5_internal_host = pHost;
}
return my_perl;