]> git.sesse.net Git - stockfish/commitdiff
Retire redundant sp->slavesCount field
authorMarco Costalba <mcostalba@gmail.com>
Thu, 19 Feb 2015 09:27:24 +0000 (10:27 +0100)
committerMarco Costalba <mcostalba@gmail.com>
Thu, 19 Feb 2015 09:36:15 +0000 (10:36 +0100)
It should be used slavesMask.count() instead.

Verified 100% equivalent when sp->allSlavesSearching:

dbg_hit_on(sp->allSlavesSearching, sp->slavesCount != sp->slavesMask.count());

No functional change.


No differences found