diff options
Diffstat (limited to 'gdb/nat/i386-dregs.c')
-rw-r--r-- | gdb/nat/i386-dregs.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/nat/i386-dregs.c b/gdb/nat/i386-dregs.c index 1fa5c19..e3272cd 100644 --- a/gdb/nat/i386-dregs.c +++ b/gdb/nat/i386-dregs.c @@ -178,10 +178,6 @@ typedef enum { WP_INSERT, WP_REMOVE, WP_COUNT } i386_wp_op_t; #ifndef GDBSERVER /* Whether or not to print the mirrored debug registers. */ extern int debug_hw_points; - -/* Print debugging messages. */ -#define debug_printf(fmt, args...) \ - fprintf_unfiltered (gdb_stdlog, fmt, ##args); #endif /* Print the values of the mirrored debug registers. */ |