1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 15:17:36 +00:00

LibJS: Remove js_string(Interpreter&, ...)

This commit is contained in:
Andreas Kling 2020-09-27 20:03:42 +02:00
parent adf0a537af
commit 591b7b7031
8 changed files with 9 additions and 16 deletions

View file

@ -45,7 +45,6 @@ private:
};
PrimitiveString* js_string(Heap&, String);
PrimitiveString* js_string(Interpreter&, String);
PrimitiveString* js_string(VM&, String);
}