target/i386: Remove x86_cpu_dump_local_apic_state() dead stub
authorPhilippe Mathieu-Daudé <philmd@linaro.org>
Fri, 16 Dec 2022 12:39:32 +0000 (13:39 +0100)
committerPhilippe Mathieu-Daudé <philmd@linaro.org>
Mon, 27 Feb 2023 21:29:01 +0000 (22:29 +0100)
commitb5c6a3c1df17c444b6ab587d363a758a54212be0
treee1fc6c63f69a6c03979dfc655909cfb71408758c
parentdd20414f9acd26b563efbf38c228ff9efced2ac7
target/i386: Remove x86_cpu_dump_local_apic_state() dead stub

x86_cpu_dump_local_apic_state() is called from monitor.c which
is only compiled for system emulation since commit bf95728400
("monitor: remove target-specific code from monitor.c").

Interestingly this stub was added few weeks later in commit
1f871d49e3 ("hmp: added local apic dump state") and was not
necessary by that time.

Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20221216220158.6317-5-philmd@linaro.org>
target/i386/cpu-dump.c
target/i386/cpu.h