mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove an unused declaration. (I should have included this change in
revision 1.486.)
This commit is contained in:
parent
c79b3b412b
commit
bbda1f18d9
1 changed files with 0 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue