summaryrefslogtreecommitdiff
path: root/src/md5sum.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-08-05 04:58:31 +0000
committerJim Meyering <jim@meyering.net>1995-08-05 04:58:31 +0000
commit767768457cb7882496af08053d92a342db39c84c (patch)
tree782fb8af5814a2a7bf5460230a76d49111c82b44 /src/md5sum.c
parenta468aa55b6849484f041ce309f83fbb214f6c703 (diff)
downloadcoreutils-767768457cb7882496af08053d92a342db39c84c.tar.xz
(__P): No longer define this. It's not used.
Diffstat (limited to 'src/md5sum.c')
-rw-r--r--src/md5sum.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/md5sum.c b/src/md5sum.c
index 408662952..743681db0 100644
--- a/src/md5sum.c
+++ b/src/md5sum.c
@@ -53,13 +53,6 @@
# define OPENOPTS(BINARY) ((BINARY) != 0 ? TEXT1TO1 : TEXTCNVT)
#endif
-#undef __P
-#if defined __STDC__ && __STDC__
-# define __P(args) args
-#else
-# define __P(args) ()
-#endif
-
#if _LIBC || STDC_HEADERS
# define TOLOWER(c) tolower (c)
#else