This commit removes an unused macro from i386-nat.c.
gdb/
2014-06-18 Gary Benson <gbenson@redhat.com>
* i386-nat.c (I386_DR_WATCH_MASK): Remove macro.
+2014-06-18 Gary Benson <gbenson@redhat.com>
+
+ * i386-nat.c (I386_DR_WATCH_MASK): Remove macro.
+
2014-06-18 Gary Benson <gbenson@redhat.com>
* i386-nat.c (i386_length_and_rw_bits): Remove prototype.
(((dr7) \
>> (DR_CONTROL_SHIFT + DR_CONTROL_SIZE * (i))) & 0x0f)
-/* Mask that this I'th watchpoint has triggered. */
-#define I386_DR_WATCH_MASK(i) (1 << (i))
-
/* Did the watchpoint whose address is in the I'th register break? */
#define I386_DR_WATCH_HIT(dr6, i) ((dr6) & (1 << (i)))