summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/Storable/Storable.xs7
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs
index f9cf64529e..09992f2ae5 100644
--- a/ext/Storable/Storable.xs
+++ b/ext/Storable/Storable.xs
@@ -21,17 +21,10 @@
#include "ppport.h" /* handle old perls */
#endif
-#ifndef NETWARE
#if 0
#define DEBUGME /* Debug mode, turns assertions on as well */
#define DASSERT /* Assertion mode */
#endif
-#else /* NETWARE */
-#if 0 /* On NetWare USE_PERLIO is not used */
-#define DEBUGME /* Debug mode, turns assertions on as well */
-#define DASSERT /* Assertion mode */
-#endif
-#endif
/*
* Pre PerlIO time when none of USE_PERLIO and PERLIO_IS_STDIO is defined