1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:47:45 +00:00

LibJS: Remove unused js_symbol(Interpreter&, ...)

This commit is contained in:
Andreas Kling 2020-09-27 19:46:29 +02:00
parent aaa8b48a4c
commit 30ca9acd9c
2 changed files with 0 additions and 6 deletions

View file

@ -51,7 +51,6 @@ private:
};
Symbol* js_symbol(Heap&, String description, bool is_global);
Symbol* js_symbol(Interpreter&, String description, bool is_global);
Symbol* js_symbol(VM&, String description, bool is_global);
}