summaryrefslogtreecommitdiff
path: root/NetWare/iperlhost.h
diff options
context:
space:
mode:
Diffstat (limited to 'NetWare/iperlhost.h')
-rw-r--r--NetWare/iperlhost.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/NetWare/iperlhost.h b/NetWare/iperlhost.h
index 53bc87901d..3204c2cca9 100644
--- a/NetWare/iperlhost.h
+++ b/NetWare/iperlhost.h
@@ -36,8 +36,8 @@ public:
virtual void PerlDestroy(PerlInterpreter *my_perl) = 0;
virtual void PerlFree(PerlInterpreter *my_perl) = 0;
- virtual bool RegisterWithThreadTable(void)=0;
- virtual bool UnregisterWithThreadTable(void)=0;
+ //virtual bool RegisterWithThreadTable(void)=0;
+ //virtual bool UnregisterWithThreadTable(void)=0;
};
extern "C" IPerlHost* AllocStdPerl();