Kernel: Remove old SlabAllocator :^)

This is no longer useful since kmalloc() does automatic slab allocation
without any of the limitations of the old SlabAllocator. :^)
This commit is contained in:
Andreas Kling 2021-12-26 18:50:03 +01:00
commit 3399b6c57f
Notes: sideshowbarker 2024-07-17 22:09:47 +09:00
9 changed files with 0 additions and 245 deletions

View file

@ -12,7 +12,6 @@
#include <AK/RefPtr.h>
#include <AK/String.h>
#include <Kernel/Forward.h>
#include <Kernel/Heap/SlabAllocator.h>
#include <Kernel/KString.h>
namespace Kernel {