summaryrefslogtreecommitdiff
path: root/src/tsort.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-09-02 21:31:19 +0000
committerJim Meyering <jim@meyering.net>1999-09-02 21:31:19 +0000
commitd1b47195344f60453fb008be0a866a303ec04190 (patch)
treec8d09f062cf35d937a4b2501115d4caae5753c7f /src/tsort.c
parent81fde1922fd7dbdebecd63fb47ac36435593b23c (diff)
downloadcoreutils-d1b47195344f60453fb008be0a866a303ec04190.tar.xz
Remove xstrdup declaration.
Diffstat (limited to 'src/tsort.c')
-rw-r--r--src/tsort.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tsort.c b/src/tsort.c
index f26cfa395..3234a4065 100644
--- a/src/tsort.c
+++ b/src/tsort.c
@@ -42,8 +42,6 @@
/* Token delimiters when reading from a file. */
#define DELIM " \t\n"
-char *xstrdup ();
-
/* Members of the list of successors. */
struct successor
{