libssh2_knownhost_check: Value stored to 'keylen' is never read

This commit is contained in:
Daniel Stenberg 2010-04-17 19:02:44 +02:00
parent 182108ac91
commit 2a069503be

View File

@ -355,7 +355,6 @@ libssh2_knownhost_check(LIBSSH2_KNOWNHOSTS *hosts,
/* make the key point to this */
key = keyalloc;
keylen = nlen;
}
while (node) {