From 561524cfb0caa8b2674f41bd547d20723875d49c Mon Sep 17 00:00:00 2001 From: Xin LI Date: Sun, 27 Feb 2022 15:11:17 -0800 Subject: [PATCH] Remove prototype of x86emu_init_default. It's removed in 3219f535d98a (r198251) as part of code refactor. MFC after: 2 weeks --- sys/contrib/x86emu/x86emu.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/sys/contrib/x86emu/x86emu.h b/sys/contrib/x86emu/x86emu.h index f25a95ba6c7b..328df37d6a7c 100644 --- a/sys/contrib/x86emu/x86emu.h +++ b/sys/contrib/x86emu/x86emu.h @@ -170,8 +170,6 @@ struct x86emu { __BEGIN_DECLS -void x86emu_init_default(struct x86emu *); - /* decode.c */ void x86emu_exec(struct x86emu *);