gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 5 Nov 2011 20:25:19 +0000 (20:25 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sat, 5 Nov 2011 20:25:19 +0000 (20:25 +0000)
* i386-nat.c (dr_ref_count): Remove unused variable.

gdb/ChangeLog
gdb/i386-nat.c

index b2f84e3703bfabf401e01a1abd4fcaa213602c32..094281a39447cca71f7102bd7673fcd34662b241 100644 (file)
@@ -1,3 +1,7 @@
+2011-11-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * i386-nat.c (dr_ref_count): Remove unused variable.
+
 2011-11-05  Doug Evans  <dje@google.com>
 
        * main.c (captured_main): Set lim_at_start before calling
index 4c6c4e959f80817bef227bb8de428000b6d0169d..e27a1a042412a6f959004ed039368f04bc8fe90a 100644 (file)
@@ -194,9 +194,6 @@ i386_init_dregs (struct i386_debug_reg_state *state)
 
 static struct i386_debug_reg_state dr_mirror;
 
-/* Reference counts for each debug register.  */
-static int dr_ref_count[DR_NADDR];
-
 /* Whether or not to print the mirrored debug registers.  */
 static int maint_show_dr;