aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2021-06-22 05:41:33 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2021-06-22 05:41:33 +0000
commit79617645c6d3dc7ac2d5af658a99cbf142646e69 (patch)
tree1369bd555cb81335e63aa7a69046121cf6080b00
parent4efdf5820ef573321b008c228b913d7e48841f59 (diff)
downloadsrc-79617645c6d3dc7ac2d5af658a99cbf142646e69.tar.gz
src-79617645c6d3dc7ac2d5af658a99cbf142646e69.zip
linux(4): Retire unused declaration.
MFC after: 2 weeks
-rw-r--r--sys/i386/linux/linux_machdep.c2
1 files changed, 0 insertions, 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;