]> git.sesse.net Git - stockfish/blobdiff - src/nnue/features/half_kp.h
Cleaned up MakeIndex()
[stockfish] / src / nnue / features / half_kp.h
index 52a83eecf3b77bfa94b885a56bb6615e7496412d..708fd7ea0badd445cb2f83af418cf44c79037058 100644 (file)
@@ -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