From: Klas Lindfors Date: Mon, 17 Sep 2012 13:12:07 +0000 (+0200) Subject: remove unused variable X-Git-Tag: v1.8.0~67 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf87447d3b8f82a1e25aea04ffbb6ec9f23c14ba;p=yubikey-personalization remove unused variable --- diff --git a/ykpers.c b/ykpers.c index 013a4b4..ca1e3d5 100644 --- a/ykpers.c +++ b/ykpers.c @@ -223,8 +223,6 @@ int ykp_configure_for(YKP_CONFIG *cfg, int confnum, YK_STATUS *st) */ int _get_supported_key_length(const YKP_CONFIG *cfg) { - bool key_bits_in_uid = false; - /* OATH-HOTP and HMAC-SHA1 challenge response support 20 byte (160 bits) * keys, holding the last four bytes in the uid field. */