X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.cpp;h=5faa9546c7f288dcee403879de40c5e185ce036a;hp=6336a5ed193bb4c3aef1731b7c1bcfda858d3e0a;hb=7196f4c2370d0c7acd8ec3ed8de7ecb7f0682123;hpb=648c7ec25db2040c0af34dd846dfa3f57af5ad0a diff --git a/src/position.cpp b/src/position.cpp index 6336a5ed..5faa9546 100644 --- a/src/position.cpp +++ b/src/position.cpp @@ -318,8 +318,6 @@ Position& Position::set(const string& fenStr, bool isChess960, StateInfo* si, Th thisThread = th; set_state(st); - assert(pos_is_ok()); - return *this; }