Skip to content

Commit 15f1348

Browse files
authored
Merge pull request #2808 from stan-dev/fix-out-of-order
Fix out of order initializers
2 parents 83b3731 + bdac1f0 commit 15f1348

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

stan/math/rev/functor/reduce_sum.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ struct reduce_sum_impl<ReduceFunction, require_var_t<ReturnType>, ReturnType,
6666
num_vars_shared_terms_(num_vars_shared_terms),
6767
sliced_partials_(sliced_partials),
6868
vmapped_(std::forward<VecT>(vmapped)),
69-
local_args_tuple_scope_(),
7069
args_tuple_(std::forward<ArgsT>(args)...) {}
7170

7271
/*
@@ -80,7 +79,6 @@ struct reduce_sum_impl<ReduceFunction, require_var_t<ReturnType>, ReturnType,
8079
num_vars_shared_terms_(other.num_vars_shared_terms_),
8180
sliced_partials_(other.sliced_partials_),
8281
vmapped_(other.vmapped_),
83-
local_args_tuple_scope_(),
8482
args_tuple_(other.args_tuple_) {}
8583

8684
/**

0 commit comments

Comments
 (0)