mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-03-05 16:09:49 +00:00
Remove redundant statement
* ldlang.c (update_wild_statements): Remove redundant statement.
This commit is contained in:
parent
68f107fadb
commit
a61fdf08f5
@ -1,3 +1,7 @@
|
||||
2012-06-28 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* ldlang.c (update_wild_statements): Remove redundant statement.
|
||||
|
||||
2012-06-25 Alan Modra <amodra@gmail.com>
|
||||
|
||||
* ldlang.c (load_symbols): Close file and set flags.loaded
|
||||
|
@ -3494,7 +3494,6 @@ update_wild_statements (lang_statement_union_type *s)
|
||||
break;
|
||||
|
||||
case lang_wild_statement_enum:
|
||||
sec = s->wild_statement.section_list;
|
||||
for (sec = s->wild_statement.section_list; sec != NULL;
|
||||
sec = sec->next)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user