mirror of https://gitee.com/openkylin/qemu.git
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>
This commit is contained in:
parent
2aa6bfcb66
commit
a65e4ef90f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue