diff options
Diffstat (limited to 'gdb/dwarf2')
-rw-r--r-- | gdb/dwarf2/read.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/dwarf2/read.c b/gdb/dwarf2/read.c index 5a77b62..ee220ab 100644 --- a/gdb/dwarf2/read.c +++ b/gdb/dwarf2/read.c @@ -15495,7 +15495,6 @@ update_enumeration_type_from_children (struct die_info *die, struct die_info *child_die; int unsigned_enum = 1; int flag_enum = 1; - ULONGEST mask = 0; auto_obstack obstack; @@ -15531,10 +15530,6 @@ update_enumeration_type_from_children (struct die_info *die, { if (count_one_bits_ll (value) >= 2) flag_enum = 0; - else if ((mask & value) != 0) - flag_enum = 0; - else - mask |= value; } /* If we already know that the enum type is neither unsigned, nor |