1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-05-16 07:29:36 +00:00

Remove a bogus assert

It is not true with old 1.6.xx code

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba 2010-02-01 14:09:23 +01:00
parent 85146ca0a9
commit 162dbeaee8

View file

@ -2810,8 +2810,6 @@ namespace {
// If this thread has been assigned work, launch a search
if (Threads[threadID].workIsWaiting)
{
assert(!Threads[threadID].idle);
Threads[threadID].workIsWaiting = false;
if (Threads[threadID].splitPoint->pvNode)
sp_search_pv(Threads[threadID].splitPoint, threadID);