mirror of
https://github.com/sockspls/badfish
synced 2025-07-11 19:49:14 +00:00
Remove a bogus assert
It is not clear why is not true, even in single thread case, but as a matter of fact it is not! So remove it. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
b884351cc7
commit
aa86d81f79
1 changed files with 0 additions and 3 deletions
|
@ -1142,9 +1142,6 @@ namespace {
|
|||
search_pv(pos, ss, alpha, beta, depth-2*OnePly, ply, threadID);
|
||||
ttMove = ss[ply].pv[ply];
|
||||
tte = TT.retrieve(pos.get_key());
|
||||
|
||||
// If tte->move() != MOVE_NONE then it equals ttMove
|
||||
assert(!(tte && tte->move()) || tte->move() == ttMove);
|
||||
}
|
||||
|
||||
// Initialize a MovePicker object for the current position, and prepare
|
||||
|
|
Loading…
Add table
Reference in a new issue