Skip to content

Commit

Permalink
#1830: remove duplicated struct
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Jul 8, 2022
1 parent ea6734f commit 3c8faeb
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions src/vt/vrt/collection/balance/zoltanlb/zoltanlb.h
Original file line number Diff line number Diff line change
Expand Up @@ -102,24 +102,6 @@ struct ZoltanLB : BaseLB {
void reduceCount(ReduceMsg* msg);
void allocateShareEdgeGIDs();

struct CommMsg : vt::Message {
using MessageParentType = vt::Message;
vt_msg_serialize_required(); // comm_

CommMsg() = default;
explicit CommMsg(ElementCommType in_comm)
: comm_(in_comm)
{ }

ElementCommType comm_;

template <typename SerializerT>
void serialize(SerializerT& s) {
MessageParentType::serialize(s);
s | comm_;
}
};

void recvSharedEdges(CommMsg* msg);

private:
Expand Down

0 comments on commit 3c8faeb

Please sign in to comment.