aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2022-02-27 23:11:17 +0000
committerXin LI <delphij@FreeBSD.org>2022-02-27 23:11:17 +0000
commit561524cfb0caa8b2674f41bd547d20723875d49c (patch)
treede87b4af449bc1f9e3d50097ae8c52efc4444ce4
parent1ffe6d7909109e22d5dbd9369b00900b00b1169b (diff)
downloadsrc-561524cfb0caa8b2674f41bd547d20723875d49c.tar.gz
src-561524cfb0caa8b2674f41bd547d20723875d49c.zip
Remove prototype of x86emu_init_default.
It's removed in 3219f535d98a (r198251) as part of code refactor. MFC after: 2 weeks
-rw-r--r--sys/contrib/x86emu/x86emu.h2
1 files changed, 0 insertions, 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 *);