From 79617645c6d3dc7ac2d5af658a99cbf142646e69 Mon Sep 17 00:00:00 2001 From: Dmitry Chagin Date: Tue, 22 Jun 2021 08:41:33 +0300 Subject: 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; -- cgit v1.2.3