浏览代码

LibCpp: Remove InlineLinkedList from the list of known types

Brian Gianforcaro 4 年之前
父节点
当前提交
6c114ecaef
共有 1 个文件被更改,包括 0 次插入1 次删除
  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",