X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fposition.h;h=2bbd43fdac9016976e1ce5ef05117659022410ca;hp=48e8fbe419baf62ff913f06e2f4a8c44e55bfc7c;hb=50edb7cd7353e24e17da8f428e4b12375cf684f7;hpb=4aadd1e401375a8075fbe80edc7060a13a0f7a5d diff --git a/src/position.h b/src/position.h index 48e8fbe4..2bbd43fd 100644 --- a/src/position.h +++ b/src/position.h @@ -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);