Remove g_parallel_script_checks

This commit is contained in:
MacroFake
2022-09-02 15:07:31 +02:00
parent fa7c834b9f
commit fa9ebec096
5 changed files with 5 additions and 11 deletions

View File

@@ -199,11 +199,12 @@ public:
WITH_LOCK(m_mutex, m_request_stop = false);
}
bool HasThreads() const { return !m_worker_threads.empty(); }
~CCheckQueue()
{
assert(m_worker_threads.empty());
}
};
/**