X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fendgame.cpp;h=c50bb08ae500e506e04c98cec6abbb65e0f21c15;hp=85419941982c9bb77fec58098cbf94a70a281cb9;hb=df201175c6a0704800b1578e338c6e2a202234fe;hpb=53ab32ef0b6e47d8d962f8c1fccd32d3c22f138c diff --git a/src/endgame.cpp b/src/endgame.cpp index 85419941..c50bb08a 100644 --- a/src/endgame.cpp +++ b/src/endgame.cpp @@ -349,7 +349,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; } /// KB and one or more pawns vs K. It checks for draws with rook pawns and