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 {