From e211bb2affecdc42c294e789db30849a65f2d62c Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 25 Oct 1997 04:45:43 +0000 Subject: Remove old-style xmalloc and xrealloc decls. --- src/md5sum.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/md5sum.c') diff --git a/src/md5sum.c b/src/md5sum.c index 47891ef46..11cd0c1fa 100644 --- a/src/md5sum.c +++ b/src/md5sum.c @@ -92,8 +92,6 @@ static const struct option long_options[] = { NULL, 0, NULL, 0 } }; -char *xmalloc (); - static void usage (int status) { -- cgit v1.2.3-54-g00ecf