X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fnnue%2Ffeatures%2Fhalf_kp.h;h=708fd7ea0badd445cb2f83af418cf44c79037058;hp=52a83eecf3b77bfa94b885a56bb6615e7496412d;hb=9b7983a4521b66bf8d3c37ee58963d39deb2695c;hpb=190dd26b9f1bc6442acf7b2ae4750eb4ab8b90bd;ds=inline diff --git a/src/nnue/features/half_kp.h b/src/nnue/features/half_kp.h index 52a83eec..708fd7ea 100644 --- a/src/nnue/features/half_kp.h +++ b/src/nnue/features/half_kp.h @@ -52,10 +52,6 @@ namespace Eval::NNUE::Features { // Get a list of indices for recently changed features static void AppendChangedIndices(const Position& pos, const DirtyPiece& dp, Color perspective, IndexList* removed, IndexList* added); - - private: - // Index of a feature for a given king position and another piece on some square - static IndexType MakeIndex(Color perspective, Square s, Piece pc, Square sq_k); }; } // namespace Eval::NNUE::Features