hw/timer/imx_gpt: Remove unused define
authorBernhard Beschow <shentey@gmail.com>
Wed, 8 Jan 2025 09:25:34 +0000 (10:25 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 13 Jan 2025 16:16:04 +0000 (17:16 +0100)
Signed-off-by: Bernhard Beschow <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20250108092538.11474-11-shentey@gmail.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/timer/imx_gpt.c

index 2663a9d9ef402b9f85964eb9e4505e0dda9da28f..11eca9fa4df36596a4908488c5e49e8c042c5368 100644 (file)
 #include "qemu/log.h"
 #include "trace.h"
 
-#ifndef DEBUG_IMX_GPT
-#define DEBUG_IMX_GPT 0
-#endif
-
 static const char *imx_gpt_reg_name(uint32_t reg)
 {
     switch (reg) {