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

LibCpp: Remove InlineLinkedList from the list of known types

This commit is contained in:
Brian Gianforcaro 2021-06-15 11:25:32 -07:00 committed by Andreas Kling
parent 8063ca881d
commit 6c114ecaef

View file

@ -136,7 +136,6 @@ constexpr char const* s_known_types[] = {
"HashMap",
"HashTable",
"IPv4Address",
"InlineLinkedList",
"IntrusiveList",
"JsonArray",
"JsonObject",