mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:28:10 +00:00
LibCpp: Remove Nonnull*PtrVector from list of known SerenityOS types
This commit is contained in:
parent
d57b09b7cf
commit
f484952167
1 changed files with 0 additions and 2 deletions
|
@ -156,9 +156,7 @@ constexpr StringView s_known_types[] = {
|
||||||
"NetworkOrdered"sv,
|
"NetworkOrdered"sv,
|
||||||
"NeverDestroyed"sv,
|
"NeverDestroyed"sv,
|
||||||
"NonnullOwnPtr"sv,
|
"NonnullOwnPtr"sv,
|
||||||
"NonnullOwnPtrVector"sv,
|
|
||||||
"NonnullRefPtr"sv,
|
"NonnullRefPtr"sv,
|
||||||
"NonnullRefPtrVector"sv,
|
|
||||||
"Optional"sv,
|
"Optional"sv,
|
||||||
"OwnPtr"sv,
|
"OwnPtr"sv,
|
||||||
"ReadonlyBytes"sv,
|
"ReadonlyBytes"sv,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue