aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/kapi/memory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86_64/src/kapi/memory.cpp')
-rw-r--r--arch/x86_64/src/kapi/memory.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/x86_64/src/kapi/memory.cpp b/arch/x86_64/src/kapi/memory.cpp
index 36b1706..1a8b36f 100644
--- a/arch/x86_64/src/kapi/memory.cpp
+++ b/arch/x86_64/src/kapi/memory.cpp
@@ -19,8 +19,6 @@
namespace teachos::memory
{
- std::size_t const PLATFORM_FRAME_SIZE{4096};
- std::size_t const PLATFORM_PAGE_SIZE{PLATFORM_FRAME_SIZE};
namespace
{