1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-28 10:25:10 +00:00

AK: Remove FixedArray class.

This commit is contained in:
asynts 2020-09-07 13:17:12 +02:00 committed by Andreas Kling
parent ec1080b18a
commit 70dd97c46e
7 changed files with 16 additions and 254 deletions

View file

@ -152,7 +152,7 @@ constexpr const char* s_known_types[] = {
"Deque",
"DoublyLinkedList",
"FileSystemPath",
"FixedArray",
"Array",
"Function",
"HashMap",
"HashTable",