mirror of
https://github.com/sockspls/badfish
synced 2025-04-30 08:43:09 +00:00
Fix a compile error in debug mode
Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
parent
0b9b34655f
commit
14c3da5cad
1 changed files with 0 additions and 1 deletions
|
@ -2471,7 +2471,6 @@ namespace {
|
||||||
assert(!pos.move_is_check(m));
|
assert(!pos.move_is_check(m));
|
||||||
assert(!pos.move_is_capture_or_promotion(m));
|
assert(!pos.move_is_capture_or_promotion(m));
|
||||||
assert(!pos.move_is_passed_pawn_push(m));
|
assert(!pos.move_is_passed_pawn_push(m));
|
||||||
assert(d >= OnePly);
|
|
||||||
|
|
||||||
Square mfrom, mto, tfrom, tto;
|
Square mfrom, mto, tfrom, tto;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue