Revert previous patch

It seems a regression at 15+0.05:
ELO: -4.82 +-2.1 (95%) LOS: 0.0%
Total: 40000 W: 7181 L: 7736 D: 25083

bench: 8331357
This commit is contained in:
Marco Costalba
2013-11-17 23:47:18 +01:00
parent 917944e9c5
commit c376ffce0f
3 changed files with 10 additions and 15 deletions

View File

@@ -88,7 +88,6 @@ public:
MovePicker(const Position&, Move, const HistoryStats&, PieceType);
MovePicker(const Position&, Move, Depth, const HistoryStats&, Move*, Search::Stack*);
const ExtMove* quiet_moves() const;
template<bool SpNode> Move next_move();
private: