Remove struct keyword in range-based for
[deliverable/binutils-gdb.git] / gdb / dwarf2read.c
index 7004299a914665f1f2e9c39e235a80f3f1a3c44f..929a8be738747411d99b464452b9013a377bb3d4 100644 (file)
@@ -13835,7 +13835,7 @@ read_func_scope (struct die_info *die, struct dwarf2_cu *cu)
         though they don't appear in this symtab directly, other parts
         of gdb assume that symbols do, and this is reasonably
         true.  */
-      for (struct symbol *sym : template_args)
+      for (symbol *sym : template_args)
        symbol_set_symtab (sym, symbol_symtab (templ_func));
     }
 
This page took 0.02884 seconds and 4 git commands to generate.