1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 19:27:45 +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 ObjectEnvironment;
class PrimitiveString; class PrimitiveString;
class PromiseReaction; class PromiseReaction;
class PromiseReactionJob;
class PromiseResolveThenableJob;
class PropertyAttributes; class PropertyAttributes;
class PropertyDescriptor; class PropertyDescriptor;
class PropertyKey; class PropertyKey;