On 16/7/25 08:31, Xiaoyao Li wrote:
The implementation of host_cpu_max_instance_init() was merged into host_cpu_instance_init() by commit 29f1ba338baf ("target/i386: merge host_cpu_instance_init() and host_cpu_max_instance_init()"), while the declaration of it remains in host-cpu.h.Clean it up. Signed-off-by: Xiaoyao Li <xiaoyao...@intel.com> --- target/i386/host-cpu.h | 1 - 1 file changed, 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@linaro.org>