Revert "Implement old 'multipv' search"

This revert the following commit:
44a7db0f9a

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

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;