X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fendgame.cpp;h=96f8533453ebf41fb0366e9e5c82e2365c34c923;hp=cc98de90d4f40f71f900c04c1bbc71bd2322ec11;hb=c4533e0d94a273cc10e0530a2953d369c6afbb8e;hpb=f39cf1b00801c1d2688fa2ba1375d211e205b13a diff --git a/src/endgame.cpp b/src/endgame.cpp index cc98de90..96f85334 100644 --- a/src/endgame.cpp +++ b/src/endgame.cpp @@ -89,10 +89,7 @@ namespace { Endgames::Endgames() { - add("KK"); add("KPK"); - add("KBK"); - add("KNK"); add("KNNK"); add("KBNK"); add("KRKP"); @@ -411,9 +408,6 @@ Value Endgame::operator()(const Position& pos) const { /// Some cases of trivial draws -template<> Value Endgame::operator()(const Position&) const { return VALUE_DRAW; } -template<> Value Endgame::operator()(const Position&) const { return VALUE_DRAW; } -template<> Value Endgame::operator()(const Position&) const { return VALUE_DRAW; } template<> Value Endgame::operator()(const Position&) const { return VALUE_DRAW; } template<> Value Endgame::operator()(const Position&) const { return VALUE_DRAW; }