X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fsyzygy%2Ftbprobe.h;h=179c75721c2335203bdbf4d914b20d885b0b5c07;hb=79c5f3a69247b44ee6362a3d9236cd9bc048c5f5;hp=c2917fef636d53f0c8ed00e4ab709e5ddfe099de;hpb=9be2977da7921aedfd3215f1f4b5f522359effa0;p=stockfish diff --git a/src/syzygy/tbprobe.h b/src/syzygy/tbprobe.h index c2917fef..179c7572 100644 --- a/src/syzygy/tbprobe.h +++ b/src/syzygy/tbprobe.h @@ -31,8 +31,6 @@ enum WDLScore { WDLDraw = 0, // Draw WDLCursedWin = 1, // Win, but draw under 50-move rule WDLWin = 2, // Win - - WDLScoreNone = -1000 }; // Possible states after a probing operation