From 6c114ecaefd08d5ce32a9d03f43d89322a53b629 Mon Sep 17 00:00:00 2001 From: Brian Gianforcaro Date: Tue, 15 Jun 2021 11:25:32 -0700 Subject: LibCpp: Remove InlineLinkedList from the list of known types --- Userland/Libraries/LibCpp/Lexer.cpp | 1 - 1 file changed, 1 deletion(-) 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", -- cgit v1.2.3