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
commit 6c114ecaef
Notes: sideshowbarker 2024-07-18 12:12:06 +09:00

View file

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