summaryrefslogtreecommitdiff
path: root/gcc/opth-gen.awk
diff options
context:
space:
mode:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2010-09-02 16:39:29 +0000
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>2010-09-02 16:39:29 +0000
commite0f2c28dc22c605e2a6b254e7ee036fcb12a4a69 (patch)
tree4632c56165d83da63dacb4385a9d101faf3face2 /gcc/opth-gen.awk
parent9604e070fc0d70df0bfb0fb64bd60ee13670aa2c (diff)
downloadgcc-e0f2c28dc22c605e2a6b254e7ee036fcb12a4a69.tar.gz
* opth-gen.awk (quote, comma): Remove unused variables.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163785 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/opth-gen.awk')
-rw-r--r--gcc/opth-gen.awk4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/opth-gen.awk b/gcc/opth-gen.awk
index 9d3ea9e67b0..4f765c23164 100644
--- a/gcc/opth-gen.awk
+++ b/gcc/opth-gen.awk
@@ -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"