]> xenbits.xensource.com Git - qemu-xen-unstable.git/commitdiff
rtl8139: remove unused marco
authorJason Wang <jasowang@redhat.com>
Mon, 5 Mar 2012 03:08:33 +0000 (11:08 +0800)
committerMichael S. Tsirkin <mst@redhat.com>
Thu, 15 Mar 2012 23:04:50 +0000 (01:04 +0200)
Signed-off-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/rtl8139.c

index be4bc6a947c852a1dcb25e140f51564ad6a7de81..ccbde27fc2486f4cf27d97a5c105a5bf014e9981 100644 (file)
@@ -65,9 +65,6 @@
 
 #define PCI_FREQUENCY 33000000L
 
-/* debug RTL8139 card C+ mode only */
-//#define DEBUG_RTL8139CP 1
-
 #define SET_MASKED(input, mask, curr) \
     ( ( (input) & ~(mask) ) | ( (curr) & (mask) ) )