]> diplodocus.org Git - nmh/blobdiff - sbr/utils.c
sbr/m_maildir.c: Move prototypes from h/prototypes.h to new header.
[nmh] / sbr / utils.c
index e0725148fbd0ed6ee6cc39226eae553d945bbe52..a4cdc4fcfb2e95f89cb43bbf64a962eedbf622a8 100644 (file)
@@ -546,18 +546,6 @@ nmh_version_changed (int older) {
 }
 
 
-/* Returns copy of argument str with all characters converted to upper
-   case, and trimmed whitespace (see cpytrim()) . */
-char *
-upcase (const char *str) {
-    char *up = cpytrim (str);
-
-    to_upper(up);
-
-    return up;
-}
-
-
 /*
  * Scan for any 8-bit characters.  Return 1 if they exist.
  *