MovePicker, remove a variable

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2009-01-25 13:52:35 +01:00
parent c6d62b7da5
commit d5b77ad45e
2 changed files with 5 additions and 5 deletions

View File

@@ -90,7 +90,7 @@ private:
Depth depth;
int phaseIndex;
int numOfMoves, numOfBadCaptures;
int movesPicked, badCapturesPicked;
int movesPicked;
bool finished;
};