]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/psymtab.c
Remove some unneeded psymtab initializations
[thirdparty/binutils-gdb.git] / gdb / psymtab.c
index d5bd5b1b2db44cd540feda0663f2ea85ca67598c..1a54ea9c8e44c8bd442d21f52eb6698b450b01c1 100644 (file)
@@ -1677,6 +1677,8 @@ init_psymbol_list (struct objfile *objfile, int total_symbols)
   objfile->static_psymbols.reserve (total_symbols / 10);
 }
 
+/* See psympriv.h.  */
+
 struct partial_symtab *
 allocate_psymtab (const char *filename, struct objfile *objfile)
 {