From ed2aa6459da5c1aa85de5566229a4fee3f5399fd Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Sun, 2 Oct 2022 10:19:46 +0100 Subject: [PATCH] LibJS: Remove two outdated forward declarations --- Userland/Libraries/LibJS/Forward.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/Userland/Libraries/LibJS/Forward.h b/Userland/Libraries/LibJS/Forward.h index 527f224250..7f1735dc42 100644 --- a/Userland/Libraries/LibJS/Forward.h +++ b/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;