summaryrefslogtreecommitdiff
path: root/src/md5sum.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-05-03 17:55:53 +0000
committerJim Meyering <jim@meyering.net>1999-05-03 17:55:53 +0000
commite060631c35c85acecf1884c24560066c20fc4c97 (patch)
tree461616baef1a7327f3a710a10fcd6e0ac5931ac8 /src/md5sum.c
parentcac31ff11491a794c5a12794054550de1a58e8fc (diff)
downloadcoreutils-e060631c35c85acecf1884c24560066c20fc4c97.tar.xz
(TOLOWER): Remove definition.
Diffstat (limited to 'src/md5sum.c')
-rw-r--r--src/md5sum.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/md5sum.c b/src/md5sum.c
index 592267c70..dccf90977 100644
--- a/src/md5sum.c
+++ b/src/md5sum.c
@@ -59,12 +59,6 @@
# endif
#endif
-#if _LIBC || STDC_HEADERS
-# define TOLOWER(c) tolower (c)
-#else
-# define TOLOWER(c) (ISUPPER (c) ? tolower (c) : (c))
-#endif
-
/* The minimum length of a valid digest line in a file produced
by `md5sum FILE' and read by `md5sum --check'. This length does
not include any newline character at the end of a line. */