Skip to content

Commit 52ef080

Browse files
committed
Kernel: Remove some unused things in kmalloc.cpp
1 parent cb4fcaa commit 52ef080

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Kernel/Heap/kmalloc.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,6 @@
3131

3232
#include <AK/Assertions.h>
3333
#include <AK/NonnullOwnPtrVector.h>
34-
#include <AK/Optional.h>
35-
#include <AK/StringView.h>
3634
#include <AK/Types.h>
3735
#include <Kernel/Arch/i386/CPU.h>
3836
#include <Kernel/Heap/Heap.h>
@@ -45,8 +43,6 @@
4543
#include <Kernel/StdLib.h>
4644
#include <Kernel/VM/MemoryManager.h>
4745

48-
#define SANITIZE_KMALLOC
49-
5046
#define CHUNK_SIZE 32
5147
#define POOL_SIZE (2 * MiB)
5248
#define ETERNAL_RANGE_SIZE (2 * MiB)

0 commit comments

Comments
 (0)