]> git.sesse.net Git - stockfish/blobdiff - src/position.cpp
Initial commit for gRPC code.
[stockfish] / src / position.cpp
index c915a1f9f3cf7e466eb2ed9d754cc75cdd22cbd1..cf172126e99416a3b8923ee965b593b9c85bfc61 100644 (file)
@@ -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;
 }