]> git.sesse.net Git - stockfish/blobdiff - src/position.cpp
Simplification of SEE verification logic
[stockfish] / src / position.cpp
index e6fdb511fcc10a03f11ab3eb72fd79917f52d96e..2a9d798ff7d0d85afa60c75f35646b7e4b399ef6 100644 (file)
@@ -331,8 +331,7 @@ void Position::set_check_info() const {
 
 /// Position::set_state() computes the hash keys of the position, and other
 /// data that once computed is updated incrementally as moves are made.
-/// The function is only used when a new position is set up, and to verify
-/// the correctness of the StateInfo data when running in debug mode.
+/// The function is only used when a new position is set up
 
 void Position::set_state() const {