1
0
Fork 0
mirror of https://github.com/sockspls/badfish synced 2025-04-30 16:53:09 +00:00

Remove asymmThreshold stale comment

No functional change.
This commit is contained in:
Henri Wiechers 2013-12-30 06:56:28 +02:00 committed by Marco Costalba
parent f7742669cb
commit 082fbf4264

View file

@ -1011,10 +1011,7 @@ void Position::undo_null_move() {
/// Position::see() is a static exchange evaluator: It tries to estimate the
/// material gain or loss resulting from a move. Parameter 'asymmThreshold' takes
/// tempi into account. If the side who initiated the capturing sequence does the
/// last capture, he loses a tempo and if the result is below 'asymmThreshold'
/// the capturing sequence is considered bad.
/// material gain or loss resulting from a move.
int Position::see_sign(Move m) const {