aboutsummaryrefslogtreecommitdiff
path: root/hw/acpi
diff options
context:
space:
mode:
authorPhilippe Mathieu-Daudé <f4bug@amsat.org>2020-09-01 12:19:50 +0200
committerLaurent Vivier <laurent@vivier.eu>2020-09-09 15:26:41 +0200
commit8ff362df0fdc18a8edca7992ecb056bcf2cc8374 (patch)
tree03f0d0b300b98239bce8a5472a9e2f3f7a785888 /hw/acpi
parent0c66619835a8f5a2884e783500944924d9f52bc8 (diff)
downloadqemu-8ff362df0fdc18a8edca7992ecb056bcf2cc8374.zip
qemu-8ff362df0fdc18a8edca7992ecb056bcf2cc8374.tar.gz
qemu-8ff362df0fdc18a8edca7992ecb056bcf2cc8374.tar.bz2
hw/acpi/tco: Remove unused definitions
TCO_DEBUG() and DEBUG definitions are not used, remove them. Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Reviewed-by: Laurent Vivier <laurent@vivier.eu> Message-Id: <20200901101951.85892-1-f4bug@amsat.org> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'hw/acpi')
-rw-r--r--hw/acpi/tco.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/hw/acpi/tco.c b/hw/acpi/tco.c
index fb9052d..cf1e68a 100644
--- a/hw/acpi/tco.c
+++ b/hw/acpi/tco.c
@@ -15,17 +15,6 @@
#include "hw/acpi/tco.h"
#include "trace.h"
-//#define DEBUG
-
-#ifdef DEBUG
-#define TCO_DEBUG(fmt, ...) \
- do { \
- fprintf(stderr, "%s "fmt, __func__, ## __VA_ARGS__); \
- } while (0)
-#else
-#define TCO_DEBUG(fmt, ...) do { } while (0)
-#endif
-
enum {
TCO_RLD_DEFAULT = 0x0000,
TCO_DAT_IN_DEFAULT = 0x00,