Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Feb 2022 23:13:57 GMT
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 561524cfb0ca - main - Remove prototype of x86emu_init_default.
Message-ID:  <202202272313.21RNDv9T062939@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 *);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202202272313.21RNDv9T062939>