]> git.tuebingen.mpg.de Git - paraslash.git/commit
gcrypt: Remove pointless assignment.
authorAndre Noll <maan@systemlinux.org>
Tue, 15 May 2012 20:16:38 +0000 (22:16 +0200)
committerAndre Noll <maan@systemlinux.org>
Wed, 13 Jun 2012 11:25:49 +0000 (13:25 +0200)
commit466c9b7ef6663bcda1aeadf324f74187816da32a
tree4f0866a7af4c18c649fc13c1378d36f6f33bfaa0
parent98c13e11d5efd8e49fe3c31386f3abf6979902d6
gcrypt: Remove pointless assignment.

gcrypt.c:700:6: warning: Assigned value is always the same as the existing value
        ret = key->num_bytes;
        ~~~ ^ ~~~~~~~~~~~~~~
gcrypt.c