diff --git a/appl/otp/otpprint.c b/appl/otp/otpprint.c index 6c3b5c773..f8a95e403 100644 --- a/appl/otp/otpprint.c +++ b/appl/otp/otpprint.c @@ -51,17 +51,6 @@ usage (void) exit (1); } -#if 0 -static void -strlwr (char *s) -{ - while(*s) { - *s = tolower(*s); - s++; - } -} -#endif - static int print (int argc, char **argv,