summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Gianforcaro <bgianf@serenityos.org>2021-06-15 11:25:32 -0700
committerAndreas Kling <kling@serenityos.org>2021-06-16 10:40:01 +0200
commit6c114ecaefd08d5ce32a9d03f43d89322a53b629 (patch)
treefb16e864335dd2d943d93770f0903cd28c89e7a1
parent8063ca881dba293f707e2cda4da701abeb8e2ffc (diff)
downloadserenity-6c114ecaefd08d5ce32a9d03f43d89322a53b629.zip
LibCpp: Remove InlineLinkedList from the list of known types
-rw-r--r--Userland/Libraries/LibCpp/Lexer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Userland/Libraries/LibCpp/Lexer.cpp b/Userland/Libraries/LibCpp/Lexer.cpp
index 96f1f3fd59..4f1cf49289 100644
--- a/Userland/Libraries/LibCpp/Lexer.cpp
+++ b/Userland/Libraries/LibCpp/Lexer.cpp
@@ -136,7 +136,6 @@ constexpr char const* s_known_types[] = {
"HashMap",
"HashTable",
"IPv4Address",
- "InlineLinkedList",
"IntrusiveList",
"JsonArray",
"JsonObject",