diff options
Diffstat (limited to 'source3/lib/util_str.c')
-rw-r--r-- | source3/lib/util_str.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/source3/lib/util_str.c b/source3/lib/util_str.c index 13aa78cc913..fdb06425e2e 100644 --- a/source3/lib/util_str.c +++ b/source3/lib/util_str.c @@ -221,19 +221,6 @@ void strnorm(char *s, int case_default) } /** - Check if a string is in "normal" case. -**/ - -bool strisnormal(const char *s, int case_default) -{ - if (case_default == CASE_UPPER) - return(!strhaslower(s)); - - return(!strhasupper(s)); -} - - -/** * Skip past some strings in a buffer - old version - no checks. * **/ |