From bf87447d3b8f82a1e25aea04ffbb6ec9f23c14ba Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Mon, 17 Sep 2012 15:12:07 +0200 Subject: [PATCH] remove unused variable --- ykpers.c | 2 -- 1 file changed, 2 deletions(-) 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. */ -- 2.39.5