]> git.sesse.net Git - stockfish/blobdiff - src/uci.cpp
Don't store Thread info in Position
[stockfish] / src / uci.cpp
index 4c3faf05c02c07999017594728c1249213dd4b2d..dd4040d732397c8752d5d9096b520afb280f7967 100644 (file)
@@ -56,7 +56,7 @@ namespace {
 
 void uci_loop(const string& args) {
 
-  Position pos(StartFEN, false, 0); // The root position
+  Position pos(StartFEN, false); // The root position
   string cmd, token;
 
   while (token != "quit")