diff --git a/crates/oxc_transformer/src/common/arrow_function_converter.rs b/crates/oxc_transformer/src/common/arrow_function_converter.rs index 2631068d84b41..41a466e5f8831 100644 --- a/crates/oxc_transformer/src/common/arrow_function_converter.rs +++ b/crates/oxc_transformer/src/common/arrow_function_converter.rs @@ -1134,7 +1134,6 @@ impl<'a> VisitMut<'a> for ConstructorBodyThisAfterSuperInserter<'a, '_> { } /// `super()` -> `super(); _this = this;` - #[inline] fn visit_statements(&mut self, statements: &mut ArenaVec<'a, Statement<'a>>) { let mut new_stmts = vec![];