x86-linux-nat: Remove unused arch_lwp_info structure
authorSimon Marchi <simon.marchi@ericsson.com>
Sat, 3 Jun 2017 20:06:55 +0000 (22:06 +0200)
committerSimon Marchi <simon.marchi@ericsson.com>
Sat, 3 Jun 2017 20:06:55 +0000 (22:06 +0200)
The structure arch_lwp_info for x86 is not used, remove it.

gdb/ChangeLog:

* x86-linux-nat.c (struct arch_lwp_info): Remove.

gdb/ChangeLog
gdb/x86-linux-nat.c

index af13bf268d4c02b7200c791edb256117fed8f1c2..7fe5334d5295a065ea8e939b4a78180d73c05418 100644 (file)
@@ -1,3 +1,7 @@
+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
index 40a1b6218664b2413ca86fbf54cd4fd2bc761f59..7362282cbc654dc83ce03d6f6d658a4b8c09deaa 100644 (file)
 #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