From bbda1f18d9a62082d1baa436c29741cc6e6bb66a Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Sat, 2 Oct 2004 05:58:32 +0000 Subject: [PATCH] Remove an unused declaration. (I should have included this change in revision 1.486.) --- sys/amd64/amd64/pmap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/amd64/amd64/pmap.c b/sys/amd64/amd64/pmap.c index 6af3729f980..912bd526bb4 100644 --- a/sys/amd64/amd64/pmap.c +++ b/sys/amd64/amd64/pmap.c @@ -160,7 +160,6 @@ __FBSDID("$FreeBSD$"); #endif struct pmap kernel_pmap_store; -LIST_HEAD(pmaplist, pmap); vm_paddr_t avail_start; /* PA of first available physical page */ vm_paddr_t avail_end; /* PA of last available physical page */