From: Tollef Fog Heen Date: Mon, 12 Oct 2009 06:46:19 +0000 (+0200) Subject: Remove unused variable X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2655cdc57314306a2e0e396c6bf24f9615644a4;p=yubikey-server-c Remove unused variable --- diff --git a/src/main.c b/src/main.c index 83bb0ab..2d450b7 100644 --- a/src/main.c +++ b/src/main.c @@ -190,7 +190,6 @@ free_mem: static int split_otp(const char *otp, char **user, char **s_otp) { size_t otp_len, i, j; - int r; /* Modhex doubles the length of the string, so grab the last * YUBIKEY_BLOCK_SIZE * 2 octets to get the actual OTP */ otp_len = strlen(otp);