diff options
author | Linus Groh <mail@linusgroh.de> | 2022-10-02 10:19:46 +0100 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2022-10-02 23:02:27 +0100 |
commit | ed2aa6459da5c1aa85de5566229a4fee3f5399fd (patch) | |
tree | 958fe26afb3aa79125813a9fe181d782666a97de | |
parent | 7c8ce42593b10c2993235ef7e458b0939c4b9819 (diff) | |
download | serenity-ed2aa6459da5c1aa85de5566229a4fee3f5399fd.zip |
LibJS: Remove two outdated forward declarations
-rw-r--r-- | Userland/Libraries/LibJS/Forward.h | 2 |
1 files changed, 0 insertions, 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; |