X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fposition.h;h=2c294f5479c612e5957c4969bf4869551fe45fd2;hb=0363b5435847e66678cd3fa0d8a94e30b9a91663;hp=b006cff248fef882e4c4901ced0911b722009bcf;hpb=391e176274ecf39ea76550f443ae302687eeaf71;p=stockfish diff --git a/src/position.h b/src/position.h index b006cff2..2c294f54 100644 --- a/src/position.h +++ b/src/position.h @@ -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).