aboutsummaryrefslogtreecommitdiff
path: root/hw
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2020-05-25 05:39:10 +0200
committerDavid Gibson <david@gibson.dropbear.id.au>2020-05-27 15:29:36 +1000
commita1cf0c7ce54942f9a45ac6026faffb9814b502b4 (patch)
tree4b9dc5f06d601b848ee25c79f0c1e14ed18c38f7 /hw
parente606a5580131855ce79f1f585e91ac0b6dd805ae (diff)
downloadqemu-a1cf0c7ce54942f9a45ac6026faffb9814b502b4.zip
qemu-a1cf0c7ce54942f9a45ac6026faffb9814b502b4.tar.gz
qemu-a1cf0c7ce54942f9a45ac6026faffb9814b502b4.tar.bz2
hw/pci-bridge/dec: Remove dead debug code
Remove debug code never used since added in commit e1c6bbabee30. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Message-Id: <20200525033910.26166-1-f4bug@amsat.org> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
Diffstat (limited to 'hw')
-rw-r--r--hw/pci-bridge/dec.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/hw/pci-bridge/dec.c b/hw/pci-bridge/dec.c
index 3ae2f78..952bc71 100644
--- a/hw/pci-bridge/dec.c
+++ b/hw/pci-bridge/dec.c
@@ -32,16 +32,6 @@
#include "hw/pci/pci_bridge.h"
#include "hw/pci/pci_bus.h"
-/* debug DEC */
-//#define DEBUG_DEC
-
-#ifdef DEBUG_DEC
-#define DEC_DPRINTF(fmt, ...) \
- do { printf("DEC: " fmt , ## __VA_ARGS__); } while (0)
-#else
-#define DEC_DPRINTF(fmt, ...)
-#endif
-
#define DEC_21154(obj) OBJECT_CHECK(DECState, (obj), TYPE_DEC_21154)
typedef struct DECState {