mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-14 19:06:55 +02:00
These objects contain no data members, so there is no point in creating 1-byte heap allocations for them. We don't need to have them as static local variables, as they are trivially constructible, so they can simply be global variables.