From f7ac30054be00a5e1c7bb3acf684bd15d764b68c Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Fri, 15 Nov 1996 19:04:16 +0000 Subject: [PATCH] removed strlwr git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@971 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/otp/otpprint.c | 11 ----------- 1 file changed, 11 deletions(-) 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,