]> git.proxmox.com Git - mirror_qemu.git/commit
libcacard/vcard_emul_nss: Remove unused statement (value stored is never read)
authorStefan Weil <sw@weilnetz.de>
Sun, 17 Nov 2013 21:12:18 +0000 (22:12 +0100)
committerMichael Tokarev <mjt@tls.msk.ru>
Mon, 2 Dec 2013 17:07:25 +0000 (21:07 +0400)
commitefbc42e5848bb8000bfa6927847f1870850942ba
tree841cbe7adb886b16dc68ad15b8078a85d22946d7
parent754e72e195faca8042072ada054bc3668aa1647d
libcacard/vcard_emul_nss: Remove unused statement (value stored is never read)

Warning from ccc-analyzer:

libcacard/vcard_emul_nss.c:937:9: warning:
 Value stored to 'cert_count' is never read
        cert_count = options->vreader[i].cert_count;
        ^            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
libcacard/vcard_emul_nss.c