summaryrefslogtreecommitdiffstats
path: root/libiberty
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
commit953a5ea36c181b6812e7873490073677163c588c (patch)
tree621666e079b294288d7297b71065c0f9533586c7 /libiberty
parent0f9736f3c549220f6c86d4c66d4405496aefc430 (diff)
downloadppe42-gcc-953a5ea36c181b6812e7873490073677163c588c.tar.gz
ppe42-gcc-953a5ea36c181b6812e7873490073677163c588c.zip
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')
-rw-r--r--libiberty/ChangeLog4
-rw-r--r--libiberty/argv.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog
index f7000581779..416741a78f3 100644
--- a/libiberty/ChangeLog
+++ b/libiberty/ChangeLog
@@ -1,3 +1,7 @@
+2007-07-02 Simon Baldwin <simonb@google.com>
+
+ * argv.c (writeargv): Removed declaration of unused variable.
+
2007-06-14 Paolo Bonzini <bonzini@gnu.org>
* configure.ac: Use ACX_PROG_CC_ALMOST_PEDANTIC too.
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)
OpenPOWER on IntegriCloud