diff options
author | Jason Wang <jasowang@redhat.com> | 2012-03-05 11:08:33 +0800 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2012-03-16 01:04:50 +0200 |
commit | b44ce451df7840a0c5dea784673529994bbe1b32 (patch) | |
tree | 12f32fb1929b14e34c85d7152d2d574ffbe330db /hw/rtl8139.c | |
parent | cde31a0e3dc0e4ac83e454d6096350cec584adf1 (diff) | |
download | qemu-b44ce451df7840a0c5dea784673529994bbe1b32.zip qemu-b44ce451df7840a0c5dea784673529994bbe1b32.tar.gz qemu-b44ce451df7840a0c5dea784673529994bbe1b32.tar.bz2 |
rtl8139: remove unused marco
Signed-off-by: Jason Wang <jasowang@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'hw/rtl8139.c')
-rw-r--r-- | hw/rtl8139.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/rtl8139.c b/hw/rtl8139.c index be4bc6a..ccbde27 100644 --- a/hw/rtl8139.c +++ b/hw/rtl8139.c @@ -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) ) ) |