From 162dbeaee83f42771e0a140f3049b2e7f88bf97e Mon Sep 17 00:00:00 2001 From: Marco Costalba Date: Mon, 1 Feb 2010 14:09:23 +0100 Subject: [PATCH] Remove a bogus assert It is not true with old 1.6.xx code Signed-off-by: Marco Costalba --- src/search.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/search.cpp b/src/search.cpp index 975a2fcc..44beb690 100644 --- a/src/search.cpp +++ b/src/search.cpp @@ -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);