aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/include
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/include')
-rw-r--r--arch/x86_64/include/arch/memory/paging/temporary_page.hpp7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/x86_64/include/arch/memory/paging/temporary_page.hpp b/arch/x86_64/include/arch/memory/paging/temporary_page.hpp
index b93a375..a850879 100644
--- a/arch/x86_64/include/arch/memory/paging/temporary_page.hpp
+++ b/arch/x86_64/include/arch/memory/paging/temporary_page.hpp
@@ -29,13 +29,6 @@ namespace teachos::arch::memory::paging
}
/**
- * @brief Set all page table entries to unused.
- *
- * @param active_table the page table whose values are set to unused.
- */
- auto zero_entries(active_page_table & active_table) -> void;
-
- /**
* @brief Unmap the current page.
*
* @param active_table The current active page table.