]> git.sesse.net Git - stockfish/blobdiff - src/search.cpp
Better naming and document some endgame functions
[stockfish] / src / search.cpp
index dbbfa022a8920f246f42ed417dca591edc621f50..e2fdc4be3b7c1040cea7dc9ece64c68ee942e255 100644 (file)
@@ -190,9 +190,6 @@ namespace {
   // Remaining depth:                 1 ply         1.5 ply       2 ply         2.5 ply       3 ply         3.5 ply
   const Value RazorApprMargins[6] = { Value(0x520), Value(0x300), Value(0x300), Value(0x300), Value(0x300), Value(0x300) };
 
-  // The main transposition table
-  TranspositionTable TT;
-
 
   /// Variables initialized by UCI options