From c148bc7c9c9acfda8980c07563cb4f7cdbb015a0 Mon Sep 17 00:00:00 2001 From: crs Date: Wed, 12 Feb 2003 20:59:08 +0000 Subject: [PATCH] Fixed error in debug build on win32. --- lib/arch/CArchDaemonWindows.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/arch/CArchDaemonWindows.cpp b/lib/arch/CArchDaemonWindows.cpp index 7633335e..6f4f14e3 100644 --- a/lib/arch/CArchDaemonWindows.cpp +++ b/lib/arch/CArchDaemonWindows.cpp @@ -542,7 +542,6 @@ CArchDaemonWindows::doRunDaemon(RunFunc run) // should only be called from DaemonFunc assert(m_serviceMutex != NULL); assert(run != NULL); - assert(stop != NULL); ARCH->lockMutex(m_serviceMutex); try {