summaryrefslogtreecommitdiff
path: root/src/fold.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/fold.c
parentcfcb7f01175d1c205a3a0e774e3157337109e60d (diff)
downloadcoreutils-e211bb2affecdc42c294e789db30849a65f2d62c.tar.xz
Remove old-style xmalloc and xrealloc decls.
Diffstat (limited to 'src/fold.c')
-rw-r--r--src/fold.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/fold.c b/src/fold.c
index 95ec90141..cb6547758 100644
--- a/src/fold.c
+++ b/src/fold.c
@@ -42,9 +42,6 @@
#include "xstrtol.h"
#include "error.h"
-char *xrealloc ();
-char *xmalloc ();
-
/* The name this program was run with. */
char *program_name;