X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/dcbbebd768c6444e2fbf83de2b3dc6c76b513a54..0509728c8a506f287fa3483d8e8ffaf8fb66d41d:/sbr/utils.c?ds=sidebyside diff --git a/sbr/utils.c b/sbr/utils.c index e0725148..a4cdc4fc 100644 --- a/sbr/utils.c +++ b/sbr/utils.c @@ -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. *