The structure arch_lwp_info for x86 is not used, remove it.
gdb/ChangeLog:
* x86-linux-nat.c (struct arch_lwp_info): Remove.
+2017-06-03 Simon Marchi <simon.marchi@ericsson.com>
+
+ * x86-linux-nat.c (struct arch_lwp_info): Remove.
+
2017-06-03 Simon Marchi <simon.marchi@polymtl.ca>
* linux-nat.c (linux_nat_post_attach_wait): Remove FIRST
#include "nat/x86-linux-dregs.h"
#include "nat/linux-ptrace.h"
-/* Per-thread arch-specific data we want to keep. */
-
-struct arch_lwp_info
-{
- /* Non-zero if our copy differs from what's recorded in the thread. */
- int debug_registers_changed;
-};
-
-\f
-
/* linux_nat_new_fork hook. */
static void