aboutsummaryrefslogtreecommitdiff
path: root/src/core/memory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/memory.cpp')
-rw-r--r--src/core/memory.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/memory.cpp b/src/core/memory.cpp
index 17fa10b499..67ba732ad0 100644
--- a/src/core/memory.cpp
+++ b/src/core/memory.cpp
@@ -24,10 +24,6 @@ static std::array<u8, Memory::N3DS_EXTRA_RAM_SIZE> n3ds_extra_ram;
static PageTable* current_page_table = nullptr;
-std::array<u8*, PAGE_TABLE_NUM_ENTRIES>* GetCurrentPageTablePointers() {
- return &current_page_table->pointers;
-}
-
void SetCurrentPageTable(PageTable* page_table) {
current_page_table = page_table;
}