Remove parameters from start_psymtab_common
[deliverable/binutils-gdb.git] / gdb / dwarf2read.c
index 40d173aab6f279db5bb091495978842debf38ca9..338b4832daab8736d8d537450e9bb665a01a2a7e 100644 (file)
@@ -7929,9 +7929,7 @@ create_partial_symtab (struct dwarf2_per_cu_data *per_cu, const char *name)
   struct objfile *objfile = per_cu->dwarf2_per_objfile->objfile;
   struct partial_symtab *pst;
 
-  pst = start_psymtab_common (objfile, name, 0,
-                             objfile->global_psymbols,
-                             objfile->static_psymbols);
+  pst = start_psymtab_common (objfile, name, 0);
 
   pst->psymtabs_addrmap_supported = 1;
 
This page took 0.028962 seconds and 4 git commands to generate.