X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.cpp;h=c915a1f9f3cf7e466eb2ed9d754cc75cdd22cbd1;hp=8e7a5aa5d24de004688134b12dbbe75d9c902697;hb=5c2fbcd09b43bd6867780a3ace303ffb1e09d763;hpb=7b4f9c37cb859ba6258ba90d11358879c0b2c57d diff --git a/src/position.cpp b/src/position.cpp index 8e7a5aa5..c915a1f9 100644 --- a/src/position.cpp +++ b/src/position.cpp @@ -579,7 +579,6 @@ bool Position::legal(Move m) const { /// Position::pseudo_legal() takes a random move and tests whether the move is /// pseudo legal. It is used to validate moves from TT that can be corrupted /// due to SMP concurrent access or hash position key aliasing. -/// MOVE_NONE is represented as SQ_A1 to SQ_A1 which is never pseudo_legal. bool Position::pseudo_legal(const Move m) const {