Skip to content

Commit

Permalink
#702: reduce: remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nmm0 committed Mar 2, 2020
1 parent 7e8dc44 commit 61eaa4b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/vt/collective/reduce/reduce.impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,6 @@ Reduce::PendingSendType Reduce::reduce(
ReduceNumType num_contrib, VirtualProxyType proxy, ObjGroupProxyType objgroup
) {
auto msg_ptr = promoteMsg(msg);
// This currently will only set the out parameter in_seq when the pending send
// is resolved -- this might not be desirable as the pointer may have become
// invalid.
return PendingSendType{envelopeGetEpoch(msg_ptr->env), [=](){
reduceImmediate< MessageT, f >(root, msg_ptr.get(), tag, in_seq, num_contrib, proxy, objgroup);
} };
Expand Down

0 comments on commit 61eaa4b

Please sign in to comment.