diff options
Diffstat (limited to 'Kernel/Heap/kmalloc.cpp')
-rw-r--r-- | Kernel/Heap/kmalloc.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Kernel/Heap/kmalloc.cpp b/Kernel/Heap/kmalloc.cpp index 71aacb04f1..424939b9a4 100644 --- a/Kernel/Heap/kmalloc.cpp +++ b/Kernel/Heap/kmalloc.cpp @@ -4,11 +4,6 @@ * SPDX-License-Identifier: BSD-2-Clause */ -/* - * Really really *really* Q&D malloc() and free() implementations - * just to get going. Don't ever let anyone see this shit. :^) - */ - #include <AK/Assertions.h> #include <AK/Types.h> #include <Kernel/Debug.h> |