hw/arm/omap1: Drop ALMDEBUG ifdeffed out code
authorPeter Maydell <peter.maydell@linaro.org>
Thu, 27 Feb 2025 17:01:14 +0000 (17:01 +0000)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Wed, 5 Mar 2025 01:13:29 +0000 (02:13 +0100)
commit4af3c6eca90f9e3809e9c8405727c6343c0b3819
tree1c02a1368f51523937bb709103633a6f024d62de
parent08c99626cb66dda00a66d4396f7e0ccf6dec75fd
hw/arm/omap1: Drop ALMDEBUG ifdeffed out code

In omap1.c, there are some debug printfs in the omap_rtc_write()
function that are guardad by ifdef ALMDEBUG. ALMDEBUG is never
set, so this is all dead code.

It's not worth the effort of converting all of these to tracepoints;
a modern tracepoint approach would probably have a single tracepoint
covering all the register writes anyway. Just delete the printf()s.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20250227170117.1726895-3-peter.maydell@linaro.org>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
hw/arm/omap1.c