summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-09-02 21:33:00 +0000
committerJim Meyering <jim@meyering.net>1999-09-02 21:33:00 +0000
commit1aab3474a1bdb31d4d745594e7568cf80c7b8b86 (patch)
tree2af2198b1b26a7365f1c8ebf3657c8f166b7e40e /src
parent42a837c5318891779399c728bce92d10f2ce41e4 (diff)
downloadcoreutils-1aab3474a1bdb31d4d745594e7568cf80c7b8b86.tar.xz
Remove xstrdup declaration.
Diffstat (limited to 'src')
-rw-r--r--src/expr.c2
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));