diff options
Diffstat (limited to 'gdb/dwarfread.c')
-rw-r--r-- | gdb/dwarfread.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gdb/dwarfread.c b/gdb/dwarfread.c index 5eaf6a3..44e8ccf 100644 --- a/gdb/dwarfread.c +++ b/gdb/dwarfread.c @@ -72,7 +72,6 @@ other things to work on, if you get bored. :-) #include <fcntl.h> #include "defs.h" -#include "param.h" #include "bfd.h" #include "symtab.h" #include "symfile.h" @@ -2443,9 +2442,7 @@ DESCRIPTION static void DEFUN(dwarf_psymtab_to_symtab, (pst), struct partial_symtab *pst) { - int desc; - bfd *sym_bfd; - + if (!pst) { return; |