diff options
author | Brian Gianforcaro <bgianf@serenityos.org> | 2021-06-15 11:25:32 -0700 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-06-16 10:40:01 +0200 |
commit | 6c114ecaefd08d5ce32a9d03f43d89322a53b629 (patch) | |
tree | fb16e864335dd2d943d93770f0903cd28c89e7a1 /Userland/Libraries/LibCpp/Lexer.cpp | |
parent | 8063ca881dba293f707e2cda4da701abeb8e2ffc (diff) | |
download | serenity-6c114ecaefd08d5ce32a9d03f43d89322a53b629.zip |
LibCpp: Remove InlineLinkedList from the list of known types
Diffstat (limited to 'Userland/Libraries/LibCpp/Lexer.cpp')
-rw-r--r-- | Userland/Libraries/LibCpp/Lexer.cpp | 1 |
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", |