aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/include
diff options
context:
space:
mode:
authorMatteo Gmür <matteo.gmuer1@ost.ch>2025-04-10 07:55:30 +0000
committerMatteo Gmür <matteo.gmuer1@ost.ch>2025-04-10 07:55:30 +0000
commitf3d84e8645e1f6318c7e34f3524cd332ac6deef5 (patch)
tree97e13433cf8a8ce6329ecda333ec8cf28dd1e433 /arch/x86_64/include
parent8a23a47425162894141f4eac488fb1f1bb3f7dae (diff)
downloadteachos-f3d84e8645e1f6318c7e34f3524cd332ac6deef5.tar.xz
teachos-f3d84e8645e1f6318c7e34f3524cd332ac6deef5.zip
Remove zombie code
Diffstat (limited to 'arch/x86_64/include')
-rw-r--r--arch/x86_64/include/arch/memory/heap/linked_list_allocator.hpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86_64/include/arch/memory/heap/linked_list_allocator.hpp b/arch/x86_64/include/arch/memory/heap/linked_list_allocator.hpp
index da3c8ff..377533c 100644
--- a/arch/x86_64/include/arch/memory/heap/linked_list_allocator.hpp
+++ b/arch/x86_64/include/arch/memory/heap/linked_list_allocator.hpp
@@ -116,9 +116,6 @@ namespace teachos::arch::memory::heap
memory_block * first; ///< First free entry in our memory.
stl::mutex mutex; ///< Mutex to ensure only one thread calls allocate or deallocate at once.
};
-
- extern linked_list_allocator kernel_heap;
-
} // namespace teachos::arch::memory::heap
#endif // TEACHOS_ARCH_X86_64_MEMORY_HEAP_LINKED_LIST_ALLOCATOR_HPP