Commit 398da2ac by Joseph Myers Committed by Joseph Myers

* opth-gen.awk (quote, comma): Remove unused variables.

From-SVN: r163785
parent d1779886
2010-09-02 Joseph Myers <joseph@codesourcery.com>
* opth-gen.awk (quote, comma): Remove unused variables.
2010-09-02 Ryan Mansfield <rmansfield@qnx.com>
* arm.c (arm_override_options): Correct fall-back code to use
......
......@@ -29,8 +29,6 @@ BEGIN {
n_langs = 0
n_target_save = 0
n_extra_masks = 0
quote = "\042"
comma = ","
FS=SUBSEP
}
......@@ -355,8 +353,6 @@ for (i = 0; i < n_opts; i++) {
s = substr(" ",
length (enum_string))
if (i + 1 == n_opts)
comma = ""
if (help[i] == "")
hlp = "0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment