Kernel: Remove GeneralAllocator since it was not used

This commit is contained in:
2023-10-30 18:13:17 +02:00
parent 066fb44105
commit 6e676ee8c5
4 changed files with 0 additions and 193 deletions

View File

@@ -36,7 +36,6 @@ set(KERNEL_SOURCES
kernel/kernel.cpp
kernel/Memory/DMARegion.cpp
kernel/Memory/FileBackedRegion.cpp
kernel/Memory/GeneralAllocator.cpp
kernel/Memory/Heap.cpp
kernel/Memory/kmalloc.cpp
kernel/Memory/MemoryBackedRegion.cpp