Skip to content

Commit

Permalink
#1201: Fix warning about missing default ctor for member SendInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilMiller authored and cz4rs committed Jan 12, 2021
1 parent 2115072 commit 5dcbcbd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vt/messaging/active.cc
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ EventType ActiveMessenger::sendMsgBytesWithPut(
}

struct MultiMsg : vt::Message {
MultiMsg() = default;
MultiMsg(SendInfo in_info, NodeType in_from, MsgSizeType in_size)
: info(in_info),
from(in_from),
Expand Down

0 comments on commit 5dcbcbd

Please sign in to comment.