Fixed error in debug build on win32.

This commit is contained in:
crs 2003-02-12 20:59:08 +00:00
parent fefe457517
commit c148bc7c9c
1 changed files with 0 additions and 1 deletions

View File

@ -542,7 +542,6 @@ CArchDaemonWindows::doRunDaemon(RunFunc run)
// should only be called from DaemonFunc // should only be called from DaemonFunc
assert(m_serviceMutex != NULL); assert(m_serviceMutex != NULL);
assert(run != NULL); assert(run != NULL);
assert(stop != NULL);
ARCH->lockMutex(m_serviceMutex); ARCH->lockMutex(m_serviceMutex);
try { try {