1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 16:47:45 +00:00

AK: Remove now unused InlineLinkedList class

All usages of AK::InlineLinkedList have been converted to
AK::IntrusiveList. So it's time to retire our old friend.

Note: The empty white space change in AK/CMakeLists.txt is to
force CMake to re-glob the header files in the AK directory so
incremental build will work when folks git pull this change locally.

Otherwise they'll get errors, because CMake will attempt to install
a file which no longer exists.
This commit is contained in:
Brian Gianforcaro 2021-06-15 11:28:15 -07:00 committed by Andreas Kling
parent f0fbaa00a4
commit 31081e8ebf
3 changed files with 1 additions and 321 deletions

View file

@ -1,3 +1,4 @@
include(${CMAKE_SOURCE_DIR}/Meta/CMake/utils.cmake)
serenity_install_headers(AK)
serenity_install_sources(AK)