diff options
Diffstat (limited to 'gdb/ppcfbsd-tdep.c')
-rw-r--r-- | gdb/ppcfbsd-tdep.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/ppcfbsd-tdep.c b/gdb/ppcfbsd-tdep.c index 059230c..10b41b0 100644 --- a/gdb/ppcfbsd-tdep.c +++ b/gdb/ppcfbsd-tdep.c @@ -212,7 +212,6 @@ ppcfbsd_sigtramp_frame_cache (struct frame_info *this_frame, void **this_cache) { struct gdbarch *gdbarch = get_frame_arch (this_frame); struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch); - enum bfd_endian byte_order = gdbarch_byte_order (gdbarch); struct trad_frame_cache *cache; CORE_ADDR addr, base, func; gdb_byte buf[PPC_INSN_SIZE]; |