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:
parent
9a6c86c297
commit
2c3609418a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user