Revert "Implement old 'multipv' search"

This revert the following commit:
https://github.com/official-stockfish/Stockfish/commit/44a7db0f9ac02d2461aff39e25f1ac9107ffbfac

Bug report by Ronald de Man in issue:
https://github.com/official-stockfish/Stockfish/issues/1392

Bench: 5023629
This commit is contained in:
Stéphane Nicolet
2018-02-04 21:42:56 +01:00
parent d93baae220
commit e316e432d0
2 changed files with 9 additions and 17 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ public:
Pawns::Table pawnsTable;
Material::Table materialTable;
Endgames endgames;
size_t PVIdx, multiPV;
size_t PVIdx;
int selDepth, nmp_ply, nmp_odd;
std::atomic<uint64_t> nodes, tbHits;