Jelajahi Sumber

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 :^)
Idan Horowitz 3 tahun lalu
induk
melakukan
df1670415d
1 mengubah file dengan 0 tambahan dan 5 penghapusan
  1. 0 5
      Kernel/CMakeLists.txt

+ 0 - 5
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