From 4e9338075cf30702b922e5aecbc33c18bfd3f759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matteo=20Gm=C3=BCr?= Date: Tue, 29 Oct 2024 08:11:13 +0000 Subject: Remove not required methods --- arch/x86_64/include/arch/memory/paging/page_table.hpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'arch/x86_64/include') diff --git a/arch/x86_64/include/arch/memory/paging/page_table.hpp b/arch/x86_64/include/arch/memory/paging/page_table.hpp index 02ed099..31fb58c 100644 --- a/arch/x86_64/include/arch/memory/paging/page_table.hpp +++ b/arch/x86_64/include/arch/memory/paging/page_table.hpp @@ -46,11 +46,6 @@ namespace teachos::arch::memory::paging */ page_table_handle(page_table * handle, level handle_level); - /** - * @brief Initializes one page table level 4 entry. - */ - void initialize_page_tables(); - /** * @brief Set every entry of the page to unused. */ -- cgit v1.2.3