LibC: Get rid of the now-unneeded AK/kmalloc.cpp

This commit is contained in:
Andreas Kling 2019-04-20 13:00:25 +02:00
parent 301a269ca0
commit 6d4874cb2e
2 changed files with 1 additions and 13 deletions

View file

@ -1,11 +0,0 @@
#include "kmalloc.h"
#ifndef __serenity__
#include <cstdlib>
#endif
extern "C" {
}

View file

@ -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 \