1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:37:35 +00:00

LibJS: Remove two outdated forward declarations

This commit is contained in:
Linus Groh 2022-10-02 10:19:46 +01:00
parent 7c8ce42593
commit ed2aa6459d

View file

@ -177,8 +177,6 @@ class NativeFunction;
class ObjectEnvironment;
class PrimitiveString;
class PromiseReaction;
class PromiseReactionJob;
class PromiseResolveThenableJob;
class PropertyAttributes;
class PropertyDescriptor;
class PropertyKey;