mirror of
https://github.com/sockspls/badfish
synced 2025-05-16 15:39: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:
parent
85146ca0a9
commit
162dbeaee8
1 changed files with 0 additions and 2 deletions
|
@ -2810,8 +2810,6 @@ namespace {
|
||||||
// If this thread has been assigned work, launch a search
|
// If this thread has been assigned work, launch a search
|
||||||
if (Threads[threadID].workIsWaiting)
|
if (Threads[threadID].workIsWaiting)
|
||||||
{
|
{
|
||||||
assert(!Threads[threadID].idle);
|
|
||||||
|
|
||||||
Threads[threadID].workIsWaiting = false;
|
Threads[threadID].workIsWaiting = false;
|
||||||
if (Threads[threadID].splitPoint->pvNode)
|
if (Threads[threadID].splitPoint->pvNode)
|
||||||
sp_search_pv(Threads[threadID].splitPoint, threadID);
|
sp_search_pv(Threads[threadID].splitPoint, threadID);
|
||||||
|
|
Loading…
Add table
Reference in a new issue