]> git.sesse.net Git - stockfish/blobdiff - src/uci.cpp
Do not initialize RootPosition at startup
[stockfish] / src / uci.cpp
index 51eb15b671f380d0542880c9c4e200f8a41adf87..6fa55912f7f6761a35f1e35d2f5b9d34560e192c 100644 (file)
@@ -54,7 +54,7 @@ namespace {
   // The root position. This is set up when the user (or in practice, the GUI)
   // sends the "position" UCI command. The root position is sent to the think()
   // function when the program receives the "go" command.
-  Position RootPosition(StartPosition);
+  Position RootPosition;
 
   // Local functions
   bool handle_command(const string& command);