Remove redundant statement
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 28 Jun 2012 12:53:29 +0000 (12:53 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 28 Jun 2012 12:53:29 +0000 (12:53 +0000)
* ldlang.c (update_wild_statements): Remove redundant statement.

ld/ChangeLog
ld/ldlang.c

index b9b325efa92ccd0c1b4e7e62d0bedc776234c869..9ecbe784f96a02c99f72a03752f6cc6755cbd191 100644 (file)
@@ -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
index 7dd2fa4f50afdc7b2a27102a07228d4592c0c2a2..e94d2613ece96a8e8fcba080f3adf587132c08b3 100644 (file)
@@ -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)
                {
This page took 0.028943 seconds and 4 git commands to generate.