Revert "Store moves sent with "position" UCI command"

This reverts commit 0d68b523a3.

After easy move semplification this machinery is not
needed anymore (because of we don't need to know if a
root move is a recapture)

No functional change.
This commit is contained in:
Marco Costalba
2013-03-04 09:28:21 +01:00
parent 45dba12c5b
commit db322e6a63
6 changed files with 7 additions and 16 deletions
-1
View File
@@ -44,7 +44,6 @@ namespace Search {
Color RootColor;
Time::point SearchTime;
StateStackPtr SetupStates;
MovesVectPtr SetupMoves;
}
using std::string;