Remove duplicate comment
[deliverable/binutils-gdb.git] / gdb / minsyms.c
index 8eb7c85d3d8e3ef2c5aac0a1f1e4175ee50ee6f7..2463be441e0ab848fe76c306b96668912b084f1a 100644 (file)
@@ -1270,7 +1270,7 @@ install_minimal_symbols (struct objfile *objfile)
 
       mcount = compact_minimal_symbols (msymbols, mcount, objfile);
 
-      obstack_blank (&objfile->per_bfd->storage_obstack,
+      obstack_blank_fast (&objfile->per_bfd->storage_obstack,
               (mcount + 1 - alloc_count) * sizeof (struct minimal_symbol));
       msymbols = (struct minimal_symbol *)
        obstack_finish (&objfile->per_bfd->storage_obstack);
This page took 0.041143 seconds and 4 git commands to generate.