git: 79617645c6d3 - main - linux(4): Retire unused declaration.

Dmitry Chagin dchagin at FreeBSD.org
Mon Jun 21 17:05:25 UTC 2021


The branch main has been updated by dchagin:

URL: https://cgit.FreeBSD.org/src/commit/?id=79617645c6d3dc7ac2d5af658a99cbf142646e69

commit 79617645c6d3dc7ac2d5af658a99cbf142646e69
Author:     Dmitry Chagin <dchagin at FreeBSD.org>
AuthorDate: 2021-06-22 05:41:33 +0000
Commit:     Dmitry Chagin <dchagin at FreeBSD.org>
CommitDate: 2021-06-22 05:41:33 +0000

    linux(4): Retire unused declaration.
    
    MFC after:      2 weeks
---
 sys/i386/linux/linux_machdep.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/sys/i386/linux/linux_machdep.c b/sys/i386/linux/linux_machdep.c
index d2d713d4776d..45474991475b 100644
--- a/sys/i386/linux/linux_machdep.c
+++ b/sys/i386/linux/linux_machdep.c
@@ -76,8 +76,6 @@ __FBSDID("$FreeBSD$");
 
 #include "opt_posix.h"
 
-extern struct sysentvec elf32_freebsd_sysvec;	/* defined in i386/i386/elf_machdep.c */
-
 struct l_descriptor {
 	l_uint		entry_number;
 	l_ulong		base_addr;


More information about the dev-commits-src-all mailing list