浏览代码

LibJS: Remove two outdated forward declarations

Linus Groh 2 年之前
父节点
当前提交
ed2aa6459d
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      Userland/Libraries/LibJS/Forward.h

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

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