diff options
Diffstat (limited to 'gdb/dtrace-probe.c')
-rw-r--r-- | gdb/dtrace-probe.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/dtrace-probe.c b/gdb/dtrace-probe.c index 4ce8896..242e316 100644 --- a/gdb/dtrace-probe.c +++ b/gdb/dtrace-probe.c @@ -463,8 +463,6 @@ static void dtrace_process_dof (asection *sect, struct objfile *objfile, VEC (probe_p) **probesp, struct dtrace_dof_hdr *dof) { - bfd *abfd = objfile->obfd; - int size = bfd_get_arch_size (abfd) / 8; struct gdbarch *gdbarch = get_objfile_arch (objfile); struct dtrace_dof_sect *section; int i; |