Skip to content

Commit

Permalink
#276: lb: remove another dead reduce message
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander committed Jun 13, 2023
1 parent d3fe8b4 commit 0268648
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/vt/vrt/collection/balance/baselb/baselb_msgs.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,6 @@ struct TransferMsg : vt::Message {
Transfer transfer_;
};

struct CountMsg : vt::collective::ReduceTMsg<int32_t> {
using MessageParentType = vt::collective::ReduceTMsg<int32_t>;
vt_msg_serialize_prohibited();

CountMsg() = delete;
explicit CountMsg(int32_t in_num)
: vt::collective::ReduceTMsg<int32_t>(in_num)
{}
};

struct CommMsg : vt::Message {
using MessageParentType = vt::Message;
vt_msg_serialize_required();
Expand Down

0 comments on commit 0268648

Please sign in to comment.