svn rev #21697: trunk/src/util/support/

epeisach@MIT.EDU epeisach at MIT.EDU
Mon Jan 5 00:01:05 EST 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=21697
Commit By: epeisach
Log Message:
ifdef out unused functions that are also missing prototypes.
krb5int_utf8_islower and krb5int_utf8_isupper.




Changed Files:
U   trunk/src/util/support/utf8.c
Modified: trunk/src/util/support/utf8.c
===================================================================
--- trunk/src/util/support/utf8.c	2009-01-05 04:59:30 UTC (rev 21696)
+++ trunk/src/util/support/utf8.c	2009-01-05 05:01:04 UTC (rev 21697)
@@ -415,6 +415,7 @@
     return KRB5_ALNUM(c);
 }
 
+#if 0
 int krb5int_utf8_islower(const char * p)
 {
     unsigned c = * (const unsigned char *) p;
@@ -435,6 +436,7 @@
     return KRB5_UPPER(c);
 }
 #endif
+#endif
 
 
 /*




More information about the cvs-krb5 mailing list