On Wed, Jul 16, 2025 at 02:31:16PM +0800, Xiaoyao Li wrote: > Date: Wed, 16 Jul 2025 14:31:16 +0800 > From: Xiaoyao Li <xiaoyao...@intel.com> > Subject: [PATCH] i386/cpu: Cleanup host_cpu_max_instance_init() > X-Mailer: git-send-email 2.43.0 > > 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: Zhao Liu <zhao1....@intel.com>