X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.cpp;fp=src%2Fucioption.cpp;h=7037ea5731752ab8858bd09d4474733ddfa01318;hp=90190b53b6cabd4e8f3c29de4e204947e0c23ea4;hb=1ea488d34c0b6a03fa3d89d289fe72fd1408cafd;hpb=995ee4b31105ad8c7976cc68c11fabfdc5108e63 diff --git a/src/ucioption.cpp b/src/ucioption.cpp index 90190b53..7037ea57 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -56,7 +56,6 @@ bool CaseInsensitiveLess::operator() (const string& s1, const string& s2) const void init(OptionsMap& o) { - // At most 2^32 superclusters. Supercluster = 8 kB constexpr int MaxHashMB = Is64Bit ? 33554432 : 2048; o["Debug Log File"] << Option("", on_logger);