Avoid an unused variable (breaking the build)

This commit is contained in:
martin 2020-12-10 16:07:26 +00:00
parent 9c9331d392
commit 52d85f7124
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ shnbsd_sigtramp_cache_init (const struct tramp_frame *self,
CORE_ADDR func)
{
struct gdbarch *gdbarch = get_frame_arch (next_frame);
struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
// struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
int sp_regnum = gdbarch_sp_regnum (gdbarch);
CORE_ADDR sp = get_frame_register_unsigned (next_frame, sp_regnum);
CORE_ADDR base;