]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Spread usage of pos.piece_moved()
[stockfish] / src / position.h
index 48e8fbe419baf62ff913f06e2f4a8c44e55bfc7c..2bbd43fdac9016976e1ce5ef05117659022410ca 100644 (file)
@@ -191,10 +191,7 @@ public:
   bool both_color_bishops(Color c) const;
   bool has_pawn_on_7th(Color c) const;
   bool is_chess960() const;
-
-  // Current thread ID searching on the position
   int thread() const;
-
   int64_t nodes_searched() const;
   void set_nodes_searched(int64_t n);