From: Marco Costalba Date: Sun, 25 Sep 2011 15:28:38 +0000 (+0100) Subject: No need to test for MOVE_NONE before move_is_ok() X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=63a04134d0841bb362f42d600faf614038fff494;hp=63a04134d0841bb362f42d600faf614038fff494;ds=sidebyside No need to test for MOVE_NONE before move_is_ok() Function move_is_ok() already catches the move == MOVE_NONE case. No functional change. Signed-off-by: Marco Costalba ---