]> git.sesse.net Git - stockfish/blobdiff - src/syzygy/tbprobe.h
Fix tablebase probe for dtz >1000 w/o 50 move rule
[stockfish] / src / syzygy / tbprobe.h
index cf61b7675909bbb06957d5a93aa46d578cc14275..179c75721c2335203bdbf4d914b20d885b0b5c07 100644 (file)
@@ -1,6 +1,6 @@
 /*
   Stockfish, a UCI chess playing engine derived from Glaurung 2.1
-  Copyright (C) 2004-2021 The Stockfish developers (see AUTHORS file)
+  Copyright (C) 2004-2022 The Stockfish developers (see AUTHORS file)
 
   Stockfish is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
@@ -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