* i386-nat.c (dr_ref_count): Remove unused variable.
This commit is contained in:
Jan Kratochvil 2011-11-05 20:25:19 +00:00
parent e565b8378e
commit 75d1221864
2 changed files with 4 additions and 3 deletions

View 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

View 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;