mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 00:52:28 +02:00
These guys are all declared as globals, and their ASSERT_NOT_REACHED in the destructor doesn't play nice with __cxa_atexit. As in, every application will assert in __cxa_finalize if this assert isn't removed.