summaryrefslogtreecommitdiff
path: root/src/join.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-25 04:45:43 +0000
committerJim Meyering <jim@meyering.net>1997-10-25 04:45:43 +0000
commite211bb2affecdc42c294e789db30849a65f2d62c (patch)
tree9744ddf64b78aea4ece9fd8e165ebaf4ed23e9c7 /src/join.c
parentcfcb7f01175d1c205a3a0e774e3157337109e60d (diff)
downloadcoreutils-e211bb2affecdc42c294e789db30849a65f2d62c.tar.xz
Remove old-style xmalloc and xrealloc decls.
Diffstat (limited to 'src/join.c')
-rw-r--r--src/join.c3
1 files changed, 0 insertions, 3 deletions
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