Skip to content

Commit 3c8faeb

Browse files
committed
#1830: remove duplicated struct
1 parent ea6734f commit 3c8faeb

1 file changed

Lines changed: 0 additions & 18 deletions

File tree

src/vt/vrt/collection/balance/zoltanlb/zoltanlb.h

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -102,24 +102,6 @@ struct ZoltanLB : BaseLB {
102102
void reduceCount(ReduceMsg* msg);
103103
void allocateShareEdgeGIDs();
104104

105-
struct CommMsg : vt::Message {
106-
using MessageParentType = vt::Message;
107-
vt_msg_serialize_required(); // comm_
108-
109-
CommMsg() = default;
110-
explicit CommMsg(ElementCommType in_comm)
111-
: comm_(in_comm)
112-
{ }
113-
114-
ElementCommType comm_;
115-
116-
template <typename SerializerT>
117-
void serialize(SerializerT& s) {
118-
MessageParentType::serialize(s);
119-
s | comm_;
120-
}
121-
};
122-
123105
void recvSharedEdges(CommMsg* msg);
124106

125107
private:

0 commit comments

Comments
 (0)