Revert "Allow split point master to sleep (take 2)"

Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
Marco Costalba
2010-11-23 07:00:30 +01:00
parent 5d6b2f2144
commit 9ecdfd2401
3 changed files with 15 additions and 28 deletions

View File

@@ -55,7 +55,6 @@ struct SplitPoint {
bool pvNode, mateThreat;
Value beta;
int ply;
int master;
Move threatMove;
SearchStack sstack[MAX_THREADS][PLY_MAX_PLUS_2];