Browse Source

LibCpp: Remove InlineLinkedList from the list of known types

Brian Gianforcaro 4 years ago
parent
commit
6c114ecaef
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Userland/Libraries/LibCpp/Lexer.cpp

+ 0 - 1
Userland/Libraries/LibCpp/Lexer.cpp

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