summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/util/support/utf8.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/support/utf8.c b/src/util/support/utf8.c
index 8712c6751..f0d764e4a 100644
--- a/src/util/support/utf8.c
+++ b/src/util/support/utf8.c
@@ -415,6 +415,7 @@ int krb5int_utf8_isalnum(const char * p)
return KRB5_ALNUM(c);
}
+#if 0
int krb5int_utf8_islower(const char * p)
{
unsigned c = * (const unsigned char *) p;
@@ -435,6 +436,7 @@ int krb5int_utf8_isupper(const char * p)
return KRB5_UPPER(c);
}
#endif
+#endif
/*