]> err.no Git - yubikey-server-c/commitdiff
Remove unused variable
authorTollef Fog Heen <tfheen@err.no>
Mon, 12 Oct 2009 06:46:19 +0000 (08:46 +0200)
committerTollef Fog Heen <tfheen@err.no>
Mon, 12 Oct 2009 06:46:19 +0000 (08:46 +0200)
src/main.c

index 83bb0ab1d61342b1ce83963ea1cba14b0b31f53c..2d450b71556bb459ee6085f091d05f4447e9879f 100644 (file)
@@ -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);