From b44ce451df7840a0c5dea784673529994bbe1b32 Mon Sep 17 00:00:00 2001 From: Jason Wang Date: Mon, 5 Mar 2012 11:08:33 +0800 Subject: [PATCH] rtl8139: remove unused marco Signed-off-by: Jason Wang Signed-off-by: Michael S. Tsirkin --- hw/rtl8139.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/hw/rtl8139.c b/hw/rtl8139.c index be4bc6a947..ccbde27fc2 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) ) )