diff options
author | simonb <simonb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-02 17:25:37 +0000 |
---|---|---|
committer | simonb <simonb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-07-02 17:25:37 +0000 |
commit | 953a5ea36c181b6812e7873490073677163c588c (patch) | |
tree | 621666e079b294288d7297b71065c0f9533586c7 /libiberty/argv.c | |
parent | 0f9736f3c549220f6c86d4c66d4405496aefc430 (diff) | |
download | gcc-953a5ea36c181b6812e7873490073677163c588c.tar.gz |
2007-07-02 Simon Baldwin <simonb@google.com>
* argv.c (writeargv): Removed declaration of unused variable.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@126217 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libiberty/argv.c')
-rw-r--r-- | libiberty/argv.c | 1 |
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) |