X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fmaterial.cpp;h=65c8c86292df1c2e12bac5336f01f8820337ce4a;hp=fdac1d0c6b02fb95f5fd42d964212b6fdfa8c902;hb=9fc602bae74b8e09bd45ace3b42a8ce84d56b23c;hpb=89fe8bc0a60900806eb631a832630e6a7a44b2a4 diff --git a/src/material.cpp b/src/material.cpp index fdac1d0c..65c8c862 100644 --- a/src/material.cpp +++ b/src/material.cpp @@ -1,7 +1,7 @@ /* Stockfish, a UCI chess playing engine derived from Glaurung 2.1 Copyright (C) 2004-2008 Tord Romstad (Glaurung author) - Copyright (C) 2008-2009 Marco Costalba + Copyright (C) 2008-2010 Marco Costalba, Joona Kiiski, Tord Romstad Stockfish is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -374,7 +374,6 @@ EndgameFunctions::EndgameFunctions() { add >("KBPPKB"); add >("KBPKN"); add >("KRPPKRP"); - add >("KRPPKRP"); } EndgameFunctions::~EndgameFunctions() {