diff --git a/crates/oxc_transformer/src/common/arrow_function_converter.rs b/crates/oxc_transformer/src/common/arrow_function_converter.rs index dbb57506c60278..fd549a6063352f 100644 --- a/crates/oxc_transformer/src/common/arrow_function_converter.rs +++ b/crates/oxc_transformer/src/common/arrow_function_converter.rs @@ -1137,7 +1137,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![];