From: Marco Costalba Date: Tue, 24 Aug 2010 13:59:24 +0000 (+0200) Subject: Don't need to memset() EvalInfo X-Git-Url: https://git.sesse.net/?p=stockfish;a=commitdiff_plain;h=17d820e24868947c8f64222aa17eb21f6466cd00;hp=17d820e24868947c8f64222aa17eb21f6466cd00 Don't need to memset() EvalInfo Set manually to zero the few fields that are optionally populated and that's enough. No functional change. Signed-off-by: Marco Costalba ---