summaryrefslogtreecommitdiff
path: root/hw/usb
diff options
context:
space:
mode:
authorGonglei <arei.gonglei@huawei.com>2014-10-27 18:20:17 +0800
committerGerd Hoffmann <kraxel@redhat.com>2014-10-28 11:38:18 +0100
commita65e4ef90f0fb437b8e74e250a6f94aa4ecfa25c (patch)
treec7681b0e77648bf5e75f02be77423a2251517bc4 /hw/usb
parent2aa6bfcb663c43775600a95719ef0c6b849188d0 (diff)
downloadqemu-a65e4ef90f0fb437b8e74e250a6f94aa4ecfa25c.tar.gz
uhci: remove useless DEBUG
commit 50dcc0f8 (uhci: tracing support) had removed DPRINTF, the DEBUG marco is useless now, remove it. Signed-off-by: Gonglei <arei.gonglei@huawei.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'hw/usb')
-rw-r--r--hw/usb/hcd-uhci.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/usb/hcd-uhci.c b/hw/usb/hcd-uhci.c
index 5b88f3070f..4a4215d332 100644
--- a/hw/usb/hcd-uhci.c
+++ b/hw/usb/hcd-uhci.c
@@ -35,9 +35,6 @@
#include "trace.h"
#include "qemu/main-loop.h"
-//#define DEBUG
-//#define DEBUG_DUMP_DATA
-
#define FRAME_TIMER_FREQ 1000
#define FRAME_MAX_LOOPS 256