Eliminate an unused declaration.

This commit is contained in:
Alan Cox 2012-09-29 22:28:00 +00:00
parent 7b6fbb7367
commit a1685193bc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=241058

View File

@ -616,8 +616,6 @@ void pmap_use_minicache(vm_offset_t, vm_size_t);
void vector_page_setprot(int);
void pmap_update(pmap_t);
/*
* This structure is used by machine-dependent code to describe
* static mappings of devices, created at bootstrap time.