summaryrefslogtreecommitdiff
path: root/src/cp.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1997-10-25 22:03:55 +0000
committerJim Meyering <jim@meyering.net>1997-10-25 22:03:55 +0000
commitdf445b0891eda678c9cdf511277a5d5c524f1404 (patch)
tree2015d7957276fa005137574c1a9ebf92837a0136 /src/cp.c
parentb3ab88e9707c43617efb5f85fd90de2f39bce6a6 (diff)
downloadcoreutils-df445b0891eda678c9cdf511277a5d5c524f1404.tar.xz
Remove old-style xmalloc and xrealloc decls.
Diffstat (limited to 'src/cp.c')
-rw-r--r--src/cp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cp.c b/src/cp.c
index e4eef6f22..d09a2f7cd 100644
--- a/src/cp.c
+++ b/src/cp.c
@@ -58,7 +58,6 @@ char *base_name ();
char *dirname ();
enum backup_type get_version ();
void strip_trailing_slashes ();
-char *xmalloc ();
char *xstrdup ();
/* Initial number of entries in each hash table entry's table of inodes. */