From df1670415d69f99077f234dabfe98fe6ecf95445 Mon Sep 17 00:00:00 2001 From: Idan Horowitz Date: Wed, 16 Feb 2022 00:25:01 +0200 Subject: [PATCH] Kernel: Stop compiling AK::String and friends into the Kernel Now that these are not used in the Kernel anymore, we can finally remove them :^) --- Kernel/CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Kernel/CMakeLists.txt b/Kernel/CMakeLists.txt index d32357bd25..6f6be4d645 100644 --- a/Kernel/CMakeLists.txt +++ b/Kernel/CMakeLists.txt @@ -334,19 +334,14 @@ if ("${SERENITY_ARCH}" STREQUAL "i686" OR "${SERENITY_ARCH}" STREQUAL "x86_64") endif() set(AK_SOURCES - ../AK/FlyString.cpp ../AK/GenericLexer.cpp ../AK/Hex.cpp - ../AK/String.cpp ../AK/StringBuilder.cpp - ../AK/StringImpl.cpp ../AK/StringUtils.cpp ../AK/StringView.cpp ../AK/Time.cpp ../AK/Format.cpp ../AK/UUID.cpp - ../AK/Utf8View.cpp - ../AK/Utf16View.cpp ) set(EDID_SOURCES