Browse Source

LibJS: Remove two outdated forward declarations

Linus Groh 2 years ago
parent
commit
ed2aa6459d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Userland/Libraries/LibJS/Forward.h

+ 0 - 2
Userland/Libraries/LibJS/Forward.h

@@ -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;