]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
command: Remove two dead stores.
authorAndre Noll <maan@systemlinux.org>
Mon, 15 Aug 2011 18:20:02 +0000 (20:20 +0200)
committerAndre Noll <maan@systemlinux.org>
Wed, 21 Sep 2011 15:58:45 +0000 (17:58 +0200)
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;
        ^          ~~~


No differences found