Remove prototype of x86emu_init_default.

It's removed in 3219f535d9 (r198251) as part of code refactor.

MFC after:	2 weeks
This commit is contained in:
Xin LI 2022-02-27 15:11:17 -08:00
parent 1ffe6d7909
commit 561524cfb0

View File

@ -170,8 +170,6 @@ struct x86emu {
__BEGIN_DECLS
void x86emu_init_default(struct x86emu *);
/* decode.c */
void x86emu_exec(struct x86emu *);