Forráskód Böngészése

Kernel: Remove old comment about kmalloc() being Q&D :^)

We've finally gotten kmalloc to a point where it feels decent enough
to drop this comment.

There's still a lot of room for improvement, and we'll continue working
on it.
Andreas Kling 3 éve
szülő
commit
987b5adf2a
1 módosított fájl, 0 hozzáadás és 5 törlés
  1. 0 5
      Kernel/Heap/kmalloc.cpp

+ 0 - 5
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>