From d1b47195344f60453fb008be0a866a303ec04190 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 2 Sep 1999 21:31:19 +0000 Subject: Remove xstrdup declaration. --- src/tsort.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/tsort.c') 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 { -- cgit v1.2.3-54-g00ecf