Retire Search Log

No functional change

Bench: 7461881
This commit is contained in:
lucasart
2014-08-24 16:28:51 +01:00
committed by Joona Kiiski
parent 8b8885ab07
commit 877313a413
4 changed files with 0 additions and 106 deletions

View File

@@ -55,8 +55,6 @@ bool CaseInsensitiveLess::operator() (const string& s1, const string& s2) const
void init(OptionsMap& o) {
o["Write Debug Log"] << Option(false, on_logger);
o["Write Search Log"] << Option(false);
o["Search Log Filename"] << Option("SearchLog.txt");
o["Contempt Factor"] << Option(0, -100, 100);
o["Min Split Depth"] << Option(0, 0, 12, on_threads);
o["Threads"] << Option(1, 1, MAX_THREADS, on_threads);