From 04e9a9d5410a151d232a577b46791d2edffba527 Mon Sep 17 00:00:00 2001 From: sapier Date: Sun, 1 Dec 2013 01:52:06 +0100 Subject: Cleanup jthread and fix win32 build --- src/script/lua_api/l_async_events.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/script/lua_api') diff --git a/src/script/lua_api/l_async_events.cpp b/src/script/lua_api/l_async_events.cpp index 8cd835688..2425f22b2 100644 --- a/src/script/lua_api/l_async_events.cpp +++ b/src/script/lua_api/l_async_events.cpp @@ -36,8 +36,6 @@ AsyncEngine::AsyncEngine() : m_initDone(false), m_JobIdCounter(0) { - assert(m_JobQueueMutex.Init() == 0); - assert(m_ResultQueueMutex.Init() == 0); } /******************************************************************************/ -- cgit v1.2.3