diff options
author | Jim Meyering <jim@meyering.net> | 1999-09-02 21:33:00 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-09-02 21:33:00 +0000 |
commit | 1aab3474a1bdb31d4d745594e7568cf80c7b8b86 (patch) | |
tree | 2af2198b1b26a7365f1c8ebf3657c8f166b7e40e /src/expr.c | |
parent | 42a837c5318891779399c728bce92d10f2ce41e4 (diff) | |
download | coreutils-1aab3474a1bdb31d4d745594e7568cf80c7b8b86.tar.gz |
Remove xstrdup declaration.
Diffstat (limited to 'src/expr.c')
-rw-r--r-- | src/expr.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/expr.c b/src/expr.c index a61bc34c9..d220a9c20 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)); |