Remove unused variables in fbsd-tdep.c files
authorTom Tromey <tom@tromey.com>
Mon, 31 Jan 2022 01:16:00 +0000 (18:16 -0700)
committerTom Tromey <tom@tromey.com>
Mon, 31 Jan 2022 01:16:00 +0000 (18:16 -0700)
commita634f5af2f57db8028d75ccebc478146d42e3151
tree865063617372bbc0766675640a70362febff9e06
parentfb0a17c77d7f3196f0961cb52f0fad26aeec9d74
Remove unused variables in fbsd-tdep.c files

i386-fbsd-tdep.c and amd64-fbsd-tdep.c failed to build on my x86-64
Fedora 34 machine, using the system gcc, after a recent patch.  These
two files now have unused variables, which provokes a warning in this
configuration.

I'm checking in this patch to remove the unused variables.
gdb/amd64-fbsd-tdep.c
gdb/i386-fbsd-tdep.c