diff options
Diffstat (limited to 'gcc/genattrtab.c')
-rw-r--r-- | gcc/genattrtab.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/genattrtab.c b/gcc/genattrtab.c index 65976bcb0b2..5e513f69e71 100644 --- a/gcc/genattrtab.c +++ b/gcc/genattrtab.c @@ -1446,7 +1446,6 @@ make_canonical (attr, exp) /* Fall through to COND case since this is now a COND. */ case COND: - cond: { int allsame = 1; rtx defval; @@ -5770,7 +5769,6 @@ write_const_num_delay_slots () struct attr_desc *attr = find_attr ("*num_delay_slots", 0); struct attr_value *av; struct insn_ent *ie; - int i; if (attr) { |