X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fendgame.cpp;h=5a114d705d3387d94300219b5e3c41f6e63da620;hp=3e01259c9745b01d90c0e9731f5bf2a6727fdf20;hb=4bd24da161fa7fdac4283438e86e9fd923c3493a;hpb=53c07c34bb0aba765e1add91bbc932dfce9bae52 diff --git a/src/endgame.cpp b/src/endgame.cpp index 3e01259c..5a114d70 100644 --- a/src/endgame.cpp +++ b/src/endgame.cpp @@ -86,30 +86,6 @@ namespace { } // namespace -/// Endgames members definitions - -Endgames::Endgames() { - - add("KPK"); - add("KNNK"); - add("KBNK"); - add("KRKP"); - add("KRKB"); - add("KRKN"); - add("KQKP"); - add("KQKR"); - - add("KNPK"); - add("KNPKB"); - add("KRPKR"); - add("KRPKB"); - add("KBPKB"); - add("KBPKN"); - add("KBPPKB"); - add("KRPPKRP"); -} - - /// Mate with KX vs K. This function is used to evaluate positions with /// king and plenty of material vs a lone king. It simply gives the /// attacking side a bonus for driving the defending king towards the edge