From: VoyagerOne Date: Thu, 23 Jun 2016 14:08:43 +0000 (-0400) Subject: Comment out a redundant condition X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=c94145b65c21bdca71f1a8248dee8d19d974f555;hp=c94145b65c21bdca71f1a8248dee8d19d974f555;p=stockfish Comment out a redundant condition Take advantage that VALUE_NONE = 32002 to remove the condition. Commented out and not removed becuase it is tricky to rely on the hidden value of VALUE_NONE and code can break in case we change VALUE_NONE in the future. No functional change. ---