diff options
| author | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-04-10 07:55:30 +0000 |
|---|---|---|
| committer | Matteo Gmür <matteo.gmuer1@ost.ch> | 2025-04-10 07:55:30 +0000 |
| commit | f3d84e8645e1f6318c7e34f3524cd332ac6deef5 (patch) | |
| tree | 97e13433cf8a8ce6329ecda333ec8cf28dd1e433 | |
| parent | 8a23a47425162894141f4eac488fb1f1bb3f7dae (diff) | |
| download | teachos-f3d84e8645e1f6318c7e34f3524cd332ac6deef5.tar.xz teachos-f3d84e8645e1f6318c7e34f3524cd332ac6deef5.zip | |
Remove zombie code
| -rw-r--r-- | arch/x86_64/include/arch/memory/heap/linked_list_allocator.hpp | 3 |
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 |
