forked from Imagelibrary/binutils-gdb
Remove leftover call to do_cleanups() which resulted from a previous change.
Was being called with a random pointer.
This commit is contained in:
@@ -2404,7 +2404,6 @@ static void
|
||||
DEFUN(dwarf_psymtab_to_symtab, (pst), struct partial_symtab *pst)
|
||||
{
|
||||
int desc;
|
||||
struct cleanup *old_chain;
|
||||
bfd *sym_bfd;
|
||||
|
||||
if (!pst)
|
||||
@@ -2438,8 +2437,6 @@ DEFUN(dwarf_psymtab_to_symtab, (pst), struct partial_symtab *pst)
|
||||
scan_file_globals ();
|
||||
#endif
|
||||
|
||||
do_cleanups (old_chain);
|
||||
|
||||
/* Finish up the debug error message. */
|
||||
if (info_verbose)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user