aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2015-05-24 15:29:20 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2015-05-24 15:29:20 +0000
commit32084836c05317848a9ef5c21cde7bd7c8f2a8d0 (patch)
treeb29d487797269d3a39f246c34478353492d358d1 /sys/amd64
parentbdc379344aee7b07ea84d4da61a4f228b72f8079 (diff)
downloadsrc-32084836c05317848a9ef5c21cde7bd7c8f2a8d0.tar.gz
src-32084836c05317848a9ef5c21cde7bd7c8f2a8d0.zip
Eliminate a now unused global declaration of elf_linux_sysvec.
Differential Revision: https://reviews.freebsd.org/D1061 Reviewed by: trasz
Notes
Notes: svn path=/head/; revision=283408
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/linux32/linux.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/amd64/linux32/linux.h b/sys/amd64/linux32/linux.h
index eb0b0c999b10..28fcdd57e2af 100644
--- a/sys/amd64/linux32/linux.h
+++ b/sys/amd64/linux32/linux.h
@@ -523,8 +523,6 @@ struct l_rt_sigframe {
l_handler_t sf_handler;
} __packed;
-extern struct sysentvec elf_linux_sysvec;
-
/*
* open/fcntl flags
*/