git: 561524cfb0ca - main - Remove prototype of x86emu_init_default.

From: Xin LI <delphij_at_FreeBSD.org>
Date: Sun, 27 Feb 2022 23:13:57 UTC
The branch main has been updated by delphij:

URL: https://cgit.FreeBSD.org/src/commit/?id=561524cfb0caa8b2674f41bd547d20723875d49c

commit 561524cfb0caa8b2674f41bd547d20723875d49c
Author:     Xin LI <delphij@FreeBSD.org>
AuthorDate: 2022-02-27 23:11:17 +0000
Commit:     Xin LI <delphij@FreeBSD.org>
CommitDate: 2022-02-27 23:11:17 +0000

    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 *);