diff options
Diffstat (limited to 'gdb/solib-pa64.c')
-rw-r--r-- | gdb/solib-pa64.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/solib-pa64.c b/gdb/solib-pa64.c index eb27b40..f646cfb 100644 --- a/gdb/solib-pa64.c +++ b/gdb/solib-pa64.c @@ -298,7 +298,6 @@ pa64_solib_create_inferior_hook (int from_tty) struct minimal_symbol *msymbol; unsigned int dld_flags, status; asection *shlib_info, *interp_sect; - char buf[4]; struct objfile *objfile; CORE_ADDR anaddr; @@ -488,7 +487,6 @@ static int pa64_open_symbol_file_object (void *from_ttyp) { int from_tty = *(int *)from_ttyp; - char buf[4]; struct load_module_desc dll_desc; char *dll_path; |