From f484952167aaa39cc3de560dc791a6098c9020db Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Mon, 6 Mar 2023 18:04:33 +0100 Subject: [PATCH] LibCpp: Remove Nonnull*PtrVector from list of known SerenityOS types --- Userland/Libraries/LibCpp/Lexer.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/Userland/Libraries/LibCpp/Lexer.cpp b/Userland/Libraries/LibCpp/Lexer.cpp index d8c2d9b2be..d10083fa75 100644 --- a/Userland/Libraries/LibCpp/Lexer.cpp +++ b/Userland/Libraries/LibCpp/Lexer.cpp @@ -156,9 +156,7 @@ constexpr StringView s_known_types[] = { "NetworkOrdered"sv, "NeverDestroyed"sv, "NonnullOwnPtr"sv, - "NonnullOwnPtrVector"sv, "NonnullRefPtr"sv, - "NonnullRefPtrVector"sv, "Optional"sv, "OwnPtr"sv, "ReadonlyBytes"sv,