diff --git a/src/utils.jl b/src/utils.jl index 9ff0f09174..c024e6d56e 100644 --- a/src/utils.jl +++ b/src/utils.jl @@ -100,9 +100,7 @@ function build_function(rhss, vs, ps = (), args = (), conv = simplified_expr, ex iip_ex = :( ($X,$(fargs.args...)) -> begin - @inbounds begin - $ip_bounds_block - end + $ip_bounds_block nothing end )