Avoid an unused variable (breaking the build)
This commit is contained in:
parent
9c9331d392
commit
52d85f7124
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue