mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
LibC: Get rid of the now-unneeded AK/kmalloc.cpp
This commit is contained in:
parent
301a269ca0
commit
6d4874cb2e
Notes:
sideshowbarker
2024-07-19 14:38:49 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/6d4874cb2ed
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…
Reference in a new issue