diff --git a/Kernel/Heap/kmalloc.cpp b/Kernel/Heap/kmalloc.cpp index 71aacb04f1f..424939b9a4f 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 #include #include