diff --git a/Libraries/LibJS/AST.h b/Libraries/LibJS/AST.h index ee25362dd8a..741d9f519e5 100644 --- a/Libraries/LibJS/AST.h +++ b/Libraries/LibJS/AST.h @@ -702,7 +702,6 @@ struct FunctionParameter { Variant, NonnullRefPtr> binding; RefPtr default_value; bool is_rest { false }; - GC::Root bytecode_executable {}; }; class FunctionParameters : public RefCounted {