Eliminate the declaration for a method that is no longer used. (This

change should have been a part of r255724.)

Reminded by:	nathan
Approved by:	re (gjb)
This commit is contained in:
Alan Cox 2013-09-26 15:36:20 +00:00
parent 9d2abcd01a
commit e57a196dbf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=255887

View file

@ -178,17 +178,6 @@ METHOD void clear_modify {
};
/**
* @brief Clear the 'referenced' bit on the given physical page
*
* @param _pg physical page
*/
METHOD void clear_reference {
mmu_t _mmu;
vm_page_t _pg;
};
/**
* @brief Clear the write and modified bits in each of the given
* physical page's mappings