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:
alc 2013-09-26 15:36:20 +00:00
parent 9a6c86c297
commit 2c3609418a

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