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/join.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/join.c') diff --git a/src/join.c b/src/join.c index f2cb04c86..2b0e8c0d1 100644 --- a/src/join.c +++ b/src/join.c @@ -54,9 +54,6 @@ #define join system_join -char *xmalloc (); -char *xrealloc (); - /* Undefine, to avoid warning about redefinition on some systems. */ #undef min #undef max -- cgit v1.2.3-54-g00ecf