diff options
author | Jim Meyering <jim@meyering.net> | 1999-09-02 21:34:04 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-09-02 21:34:04 +0000 |
commit | 85e00531369eab663cc7d96ceaaf3ceee3f9b2f6 (patch) | |
tree | 9b867928d9002ff3135fa7122a13b0e129a64948 | |
parent | b10b8369dddd8f4e5faf36e9436e58421ca46a87 (diff) | |
download | coreutils-85e00531369eab663cc7d96ceaaf3ceee3f9b2f6.tar.xz |
Remove xstrdup declaration.
-rw-r--r-- | src/pathchk.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pathchk.c b/src/pathchk.c index 9c65b126c..97f2fb9d6 100644 --- a/src/pathchk.c +++ b/src/pathchk.c @@ -95,8 +95,6 @@ # define NAME_MAX_FOR(p) NAME_MAX #endif -char *xstrdup (); - static int validate_path PARAMS ((char *path, int portability)); /* The name this program was run with. */ |