summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--server/log.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/server/log.c b/server/log.c
index c5faec7c10..b2cf12163d 100644
--- a/server/log.c
+++ b/server/log.c
@@ -583,8 +583,6 @@ AP_DECLARE(void) ap_log_assert(const char *szExp, const char *szFile,
time_str, szFile, nLine, szExp);
#if defined(WIN32)
DebugBreak();
-#elif defined(NETWARE)
- exit(1);
#else
/* unix assert does an abort leading to a core dump */
abort();