]> git.sesse.net Git - stockfish/blobdiff - src/position.h
Retire beta counters stuff
[stockfish] / src / position.h
index b006cff248fef882e4c4901ced0911b722009bcf..2c294f5479c612e5957c4969bf4869551fe45fd2 100644 (file)
@@ -50,9 +50,6 @@
 //// Constants
 ////
 
-/// FEN string for the initial position
-const std::string StartPositionFEN = "rnbqkbnr/pppppppp/8/8/8/8/PPPPPPPP/RNBQKBNR w KQkq - 0 1";
-
 /// Maximum number of plies per game (220 should be enough, because the
 /// maximum search depth is 100, and during position setup we reset the
 /// move counter for every non-reversible move).