Fix an unitinitalised local variable in decode_arm_unwind().
[deliverable/binutils-gdb.git] / gdb / minsyms.h
index 532436c16c18d39b7993151c69ffaff6faf9d7a8..3e414f6ff7bdd8cf169d586f9a17dbc97a2d32a3 100644 (file)
@@ -148,13 +148,6 @@ class minimal_symbol_reader
   int m_msym_count;
 };
 
-/* Create the terminating entry of OBJFILE's minimal symbol table.
-   If OBJFILE->msymbols is zero, allocate a single entry from
-   OBJFILE->objfile_obstack; otherwise, just initialize
-   OBJFILE->msymbols[OBJFILE->minimal_symbol_count].  */
-
-void terminate_minimal_symbol_table (struct objfile *objfile);
-
 \f
 
 /* Return whether MSYMBOL is a function/method.  If FUNC_ADDRESS_P is
This page took 0.047798 seconds and 4 git commands to generate.