]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - support/nfs/conffile.c
Now that only the Section names are case-insensitive
[nfs-utils.git] / support / nfs / conffile.c
index 97dc88a06df6762547336959238882ae2f809bc2..b19b73923f7ba8d89e268381ffa96cf4f831ca50 100644 (file)
@@ -119,18 +119,6 @@ conf_hash(char *s)
        return hash;
 }
 
        return hash;
 }
 
-/*
- * Convert letter from upper case to lower case
- */
-static inline void upper2lower(char *str)
-{
-       char *ptr = str;
-
-       while (*ptr) 
-               *ptr++ = tolower(*ptr);
-}
-
-
 /*
  * Insert a tag-value combination from LINE (the equal sign is at POS)
  */
 /*
  * Insert a tag-value combination from LINE (the equal sign is at POS)
  */