Cleanup discard_minimal_symbols cleanup.
[deliverable/binutils-gdb.git] / gdb / dbxread.c
index 25302de1ccbb02f84a4135f66ccf9cc807bd2e17..4c38fb490ccbbe3c0cd7c49f06de849a54f6bda2 100644 (file)
@@ -624,7 +624,7 @@ dbx_symfile_read (objfile, mainline)
   back_to = make_cleanup (really_free_pendings, 0);
 
   init_minimal_symbol_collection ();
-  make_cleanup ((make_cleanup_func) discard_minimal_symbols, 0);
+  make_cleanup_discard_minimal_symbols ();
 
   /* Read stabs data from executable file and define symbols. */
 
This page took 0.027343 seconds and 4 git commands to generate.