aboutsummaryrefslogtreecommitdiff
path: root/qtmips_machine/memory.h
diff options
context:
space:
mode:
Diffstat (limited to 'qtmips_machine/memory.h')
-rw-r--r--qtmips_machine/memory.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/qtmips_machine/memory.h b/qtmips_machine/memory.h
index 231cc34..e4777b3 100644
--- a/qtmips_machine/memory.h
+++ b/qtmips_machine/memory.h
@@ -85,10 +85,6 @@ public:
const union MemoryTree *get_memorytree_root() const;
- // These functions locate next start or end of next allocated tree leaf
- std::uint32_t next_allocated(std::uint32_t) const;
- std::uint32_t prev_allocated(std::uint32_t) const;
-
private:
union MemoryTree *mt_root;
static union MemoryTree *allocate_section_tree();