mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
Remove redundant statement
* ldlang.c (update_wild_statements): Remove redundant statement.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user