diff --git a/AK/kmalloc.cpp b/AK/kmalloc.cpp deleted file mode 100644 index 13ad812270..0000000000 --- a/AK/kmalloc.cpp +++ /dev/null @@ -1,11 +0,0 @@ -#include "kmalloc.h" - -#ifndef __serenity__ -#include -#endif - -extern "C" { - - - -} diff --git a/LibC/Makefile b/LibC/Makefile index 6986aa6a4a..ad9c36dd10 100644 --- a/LibC/Makefile +++ b/LibC/Makefile @@ -5,8 +5,7 @@ AK_OBJS = \ ../AK/StringBuilder.o \ ../AK/FileSystemPath.o \ ../AK/StdLibExtras.o \ - ../AK/MappedFile.o \ - ../AK/kmalloc.o + ../AK/MappedFile.o LIBC_OBJS = \ SharedBuffer.o \