mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:17:35 +00:00
LibC: Get rid of the now-unneeded AK/kmalloc.cpp
This commit is contained in:
parent
301a269ca0
commit
6d4874cb2e
2 changed files with 1 additions and 13 deletions
|
@ -1,11 +0,0 @@
|
||||||
#include "kmalloc.h"
|
|
||||||
|
|
||||||
#ifndef __serenity__
|
|
||||||
#include <cstdlib>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
extern "C" {
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
|
|
@ -5,8 +5,7 @@ AK_OBJS = \
|
||||||
../AK/StringBuilder.o \
|
../AK/StringBuilder.o \
|
||||||
../AK/FileSystemPath.o \
|
../AK/FileSystemPath.o \
|
||||||
../AK/StdLibExtras.o \
|
../AK/StdLibExtras.o \
|
||||||
../AK/MappedFile.o \
|
../AK/MappedFile.o
|
||||||
../AK/kmalloc.o
|
|
||||||
|
|
||||||
LIBC_OBJS = \
|
LIBC_OBJS = \
|
||||||
SharedBuffer.o \
|
SharedBuffer.o \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue