]> git.sesse.net Git - stockfish/commitdiff
Remove strange use of the ternary operator
authorjundery <jundery@gmail.com>
Thu, 28 Feb 2013 05:18:11 +0000 (22:18 -0700)
committerMarco Costalba <mcostalba@gmail.com>
Fri, 1 Mar 2013 07:05:47 +0000 (08:05 +0100)
Note that we read shared data without lock
protection, so code is theoretically prone to
torn reads. But, first splitPoint pointer
never changes, and alpha is of integer type so
it is read in a single DWORD access.

No functional change.


No differences found