]> git.sesse.net Git - stockfish/blobdiff - src/types.h
Remove Tempo
[stockfish] / src / types.h
index efebce1a7b6f730f2b77c111bb66c6efed73fc79..0bd4a1c4090c0044940f7128dca99f09e49d244e 100644 (file)
@@ -191,7 +191,6 @@ enum Value : int {
   BishopValueMg = 825,   BishopValueEg = 915,
   RookValueMg   = 1276,  RookValueEg   = 1380,
   QueenValueMg  = 2538,  QueenValueEg  = 2682,
-  Tempo = 28,
 
   MidgameLimit  = 15258, EndgameLimit  = 3915
 };