mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-12 14:45:21 +08:00
Fixed error in debug build on win32.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user