From: Henri Wiechers Date: Mon, 30 Dec 2013 04:56:28 +0000 (+0200) Subject: Remove asymmThreshold stale comment X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=082fbf42646a72e0b5ab16719f1db424870b76d9 Remove asymmThreshold stale comment No functional change. --- diff --git a/src/position.cpp b/src/position.cpp index 910966a4..fd3392bd 100644 --- a/src/position.cpp +++ b/src/position.cpp @@ -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 {