Remove struct keyword in range-based for loop
[deliverable/binutils-gdb.git] / gdb / symfile.c
index 62b38bd618251708d9d62195e6b355ad3e43fe24..3614aa3f95559365fb329af75819e521b0ce98e0 100644 (file)
@@ -2111,7 +2111,7 @@ set_objfile_default_section_offset (struct objfile *objf,
 
   std::vector<const struct other_sections *>::iterator addrs_sorted_iter
     = addrs_sorted.begin ();
-  for (const struct other_sections *objf_sect : objf_addrs_sorted)
+  for (const other_sections *objf_sect : objf_addrs_sorted)
     {
       const char *objf_name = addr_section_name (objf_sect->name.c_str ());
       int cmp = -1;
This page took 0.028236 seconds and 4 git commands to generate.