mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 13:37:44 +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/FileSystemPath.o \
|
||||
../AK/StdLibExtras.o \
|
||||
../AK/MappedFile.o \
|
||||
../AK/kmalloc.o
|
||||
../AK/MappedFile.o
|
||||
|
||||
LIBC_OBJS = \
|
||||
SharedBuffer.o \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue