summaryrefslogtreecommitdiff
path: root/src/test.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-25 22:03:20 +0000
committerJim Meyering <jim@meyering.net>1997-10-25 22:03:20 +0000
commitb3ab88e9707c43617efb5f85fd90de2f39bce6a6 (patch)
treecf9eddc67452f7e9542090ed09d37fb0082ccb2d /src/test.c
parente2609be24831bb21b25cce09f3a0b3674287dfc0 (diff)
downloadcoreutils-b3ab88e9707c43617efb5f85fd90de2f39bce6a6.tar.xz
Remove old-style xmalloc and xrealloc decls.
Diffstat (limited to 'src/test.c')
-rw-r--r--src/test.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/test.c b/src/test.c
index 93a3df48d..11a777ae5 100644
--- a/src/test.c
+++ b/src/test.c
@@ -102,8 +102,6 @@ extern uid_t geteuid ();
# define test_exit(val) test_error_return = val, longjmp (test_exit_buf, 1)
#endif /* !TEST_STANDALONE */
-char *xrealloc ();
-
static int pos; /* The offset of the current argument in ARGV. */
static int argc; /* The number of arguments present in ARGV. */
static char **argv; /* The argument list. */