X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fposition.h;h=2bbd43fdac9016976e1ce5ef05117659022410ca;hb=2608b9249d9c25a699c8db8725e35bd4ec0b65ab;hp=48e8fbe419baf62ff913f06e2f4a8c44e55bfc7c;hpb=4aadd1e401375a8075fbe80edc7060a13a0f7a5d;p=stockfish 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);