mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
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:
parent
1ffe6d7909
commit
561524cfb0
1 changed files with 0 additions and 2 deletions
|
|
@ -170,8 +170,6 @@ struct x86emu {
|
|||
|
||||
__BEGIN_DECLS
|
||||
|
||||
void x86emu_init_default(struct x86emu *);
|
||||
|
||||
/* decode.c */
|
||||
|
||||
void x86emu_exec(struct x86emu *);
|
||||
|
|
|
|||
Loading…
Reference in a new issue