diff mbox

[2/6] rtl8139: remove unused marco

Message ID 20120305030833.8515.22042.stgit@jason-ThinkPad-T400
State New
Headers show

Commit Message

Jason Wang March 5, 2012, 3:08 a.m. UTC
Signed-off-by: Jason Wang <jasowang@redhat.com>
---
 hw/rtl8139.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
diff mbox

Patch

diff --git a/hw/rtl8139.c b/hw/rtl8139.c
index d9e742c..ca613ae 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) ) )