aboutsummaryrefslogtreecommitdiff
path: root/libiberty/argv.c
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2007-07-12 03:10:12 +0000
committerDJ Delorie <dj@redhat.com>2007-07-12 03:10:12 +0000
commitdb42c6e8ee92965ca26f4ccf2183d26a8c560931 (patch)
tree2c1a8badded9b15ff1cdf44261039d825fe56781 /libiberty/argv.c
parenta590e8e71dc8bfbf1dd27fff13d3440c3bf4b27f (diff)
downloadbinutils-db42c6e8ee92965ca26f4ccf2183d26a8c560931.zip
binutils-db42c6e8ee92965ca26f4ccf2183d26a8c560931.tar.gz
binutils-db42c6e8ee92965ca26f4ccf2183d26a8c560931.tar.bz2
merge from gcc
Diffstat (limited to 'libiberty/argv.c')
-rw-r--r--libiberty/argv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libiberty/argv.c b/libiberty/argv.c
index a04f50d..faeb72d 100644
--- a/libiberty/argv.c
+++ b/libiberty/argv.c
@@ -310,7 +310,6 @@ writeargv (char **argv, FILE *f)
while (*argv != NULL)
{
- int ret;
const char *arg = *argv;
while (*arg != EOS)