]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commit474b4dfc006b9a7520d017ca4c82aab589dff934
treed0b607ad566b9e7b0c9eb1983245d5fd173843c8
parent7f05bc6406efa807cf416b2e10af5dd472912b3d
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;
        ^          ~~~
command.c