aboutsummaryrefslogtreecommitdiff
path: root/libiberty/argv.c
diff options
context:
space:
mode:
authorsimonb <simonb@138bc75d-0d04-0410-961f-82ee72b054a4>2007-07-02 17:25:37 +0000
committersimonb <simonb@138bc75d-0d04-0410-961f-82ee72b054a4>2007-07-02 17:25:37 +0000
commit40fe1b8b83d495575818b6f3df1a1f2f91f7ce70 (patch)
tree621666e079b294288d7297b71065c0f9533586c7 /libiberty/argv.c
parent144d7a249c465de6f4e083e2e00c4cc1e9149f36 (diff)
2007-07-02 Simon Baldwin <simonb@google.com>
* argv.c (writeargv): Removed declaration of unused variable. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@126217 138bc75d-0d04-0410-961f-82ee72b054a4
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 a04f50d7f49..faeb72de448 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)