From: BALATON Zoltan <bala...@eik.bme.hu> The debug printfs were converted to traces so this define is now unused.
Fixes: 0880a87300 (i8259: convert DPRINTFs into trace) Signed-off-by: BALATON Zoltan <bala...@eik.bme.hu> Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org> Reviewed-by: Mark Cave-Ayland <mark.caveayl...@nutanix.com> Message-ID: <20250423101125.b243a55c...@zero.eik.bme.hu> Signed-off-by: Philippe Mathieu-Daudé <phi...@linaro.org> --- hw/intc/i8259.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/hw/intc/i8259.c b/hw/intc/i8259.c index 2359dd82534..b6f96bf208c 100644 --- a/hw/intc/i8259.c +++ b/hw/intc/i8259.c @@ -32,10 +32,7 @@ #include "trace.h" #include "qom/object.h" -/* debug PIC */ -//#define DEBUG_PIC - -//#define DEBUG_IRQ_LATENCY +/*#define DEBUG_IRQ_LATENCY*/ #define TYPE_I8259 "isa-i8259" typedef struct PICClass PICClass; -- 2.47.1