i386-fbsd-nat: Remove two unused variables.
Earlier versions of the change in
1285ce8629
used this variable, but not
the final version that landed.
This commit is contained in:
parent
e165fcef1e
commit
aa1402a95d
1 changed files with 0 additions and 6 deletions
|
@ -60,9 +60,6 @@ void
|
|||
i386_fbsd_nat_target::fetch_registers (struct regcache *regcache, int regnum)
|
||||
{
|
||||
struct gdbarch *gdbarch = regcache->arch ();
|
||||
#if defined(PT_GETFSBASE) || defined(PT_GETGSBASE)
|
||||
const struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
|
||||
#endif
|
||||
pid_t pid = get_ptrace_pid (regcache->ptid ());
|
||||
|
||||
if (fetch_register_set<struct reg> (regcache, regnum, PT_GETREGS,
|
||||
|
@ -142,9 +139,6 @@ void
|
|||
i386_fbsd_nat_target::store_registers (struct regcache *regcache, int regnum)
|
||||
{
|
||||
struct gdbarch *gdbarch = regcache->arch ();
|
||||
#if defined(PT_GETFSBASE) || defined(PT_GETGSBASE)
|
||||
const struct gdbarch_tdep *tdep = gdbarch_tdep (gdbarch);
|
||||
#endif
|
||||
pid_t pid = get_ptrace_pid (regcache->ptid ());
|
||||
|
||||
if (store_register_set<struct reg> (regcache, regnum, PT_GETREGS, PT_SETREGS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue