diff options
author | 2015-07-09 08:33:05 +0000 | |
---|---|---|
committer | 2015-07-09 08:33:05 +0000 | |
commit | 3504ac0371bc6b8ca1cd3db9327bcc15479f9cdc (patch) | |
tree | ecf833360f1725657d96bce0186a4216b182096a | |
parent | Add tests for parsing TLS extension ALPN (RFC 7301). (diff) | |
download | wireguard-openbsd-3504ac0371bc6b8ca1cd3db9327bcc15479f9cdc.tar.xz wireguard-openbsd-3504ac0371bc6b8ca1cd3db9327bcc15479f9cdc.zip |
Remove unused prototype.
-rw-r--r-- | sys/arch/i386/i386/pmapae.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/pmapae.c b/sys/arch/i386/i386/pmapae.c index 72736f89932..4e88ee16ae5 100644 --- a/sys/arch/i386/i386/pmapae.c +++ b/sys/arch/i386/i386/pmapae.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pmapae.c,v 1.37 2015/07/02 16:14:43 kettenis Exp $ */ +/* $OpenBSD: pmapae.c,v 1.38 2015/07/09 08:33:05 kettenis Exp $ */ /* * Copyright (c) 2006-2008 Michael Shalayeff @@ -454,7 +454,6 @@ extern struct pmap_head pmaps; /* * local prototypes */ -void pmap_free_pv_doit(struct pv_entry *); struct vm_page *pmap_alloc_ptp_pae(struct pmap *, int, pt_entry_t); struct vm_page *pmap_get_ptp_pae(struct pmap *, int); void pmap_drop_ptp_pae(struct pmap *, vaddr_t, struct vm_page *, |