From: Andre Noll Date: Mon, 15 Aug 2011 18:20:02 +0000 (+0200) Subject: command: Remove two dead stores. X-Git-Tag: v0.4.9~18^2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=474b4dfc006b9a7520d017ca4c82aab589dff934;hp=474b4dfc006b9a7520d017ca4c82aab589dff934;ds=sidebyside command: Remove two dead stores. command.c:771:2: warning: Value stored to 'ret' is never read ret = -E_BAD_USER; ^ ~~~~~~~~~~~ command.c:765:2: warning: Value stored to 'numbytes' is never read numbytes = ret; ^ ~~~ ---