From: Jim Meyering Date: Thu, 2 Sep 1999 21:33:00 +0000 (+0000) Subject: Remove xstrdup declaration. X-Git-Tag: FILEUTILS-4_0j-trial~233 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1aab3474a1bdb31d4d745594e7568cf80c7b8b86;p=thirdparty%2Fcoreutils.git Remove xstrdup declaration. --- diff --git a/src/expr.c b/src/expr.c index a61bc34c97..d220a9c204 100644 --- a/src/expr.c +++ b/src/expr.c @@ -75,8 +75,6 @@ static char **args; /* The name this program was run with. */ char *program_name; -char *xstrdup (); - static VALUE *docolon PARAMS ((VALUE *sv, VALUE *pv)); static VALUE *eval PARAMS ((void)); static VALUE *int_value PARAMS ((int i));