Remove unused currentMoveCaptureValue from search stack

No functional change.

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2009-04-07 09:54:32 +02:00
parent 17ef886fc3
commit 95aadb5e53
2 changed files with 0 additions and 14 deletions

View File

@@ -55,7 +55,6 @@ const int KILLER_MAX = 2;
struct SearchStack {
Move pv[PLY_MAX];
Move currentMove;
Value currentMoveCaptureValue;
Move mateKiller;
Move threatMove;
Move killers[KILLER_MAX];