From 18fc6e0bb985806a38ba66efb95fd335f809ca0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cezary=20Skrzy=C5=84ski?= Date: Fri, 8 Jul 2022 18:07:04 +0200 Subject: [PATCH] #1830: remove duplicated struct --- .../vrt/collection/balance/zoltanlb/zoltanlb.h | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/src/vt/vrt/collection/balance/zoltanlb/zoltanlb.h b/src/vt/vrt/collection/balance/zoltanlb/zoltanlb.h index d64c0777ff..cf14270370 100644 --- a/src/vt/vrt/collection/balance/zoltanlb/zoltanlb.h +++ b/src/vt/vrt/collection/balance/zoltanlb/zoltanlb.h @@ -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 - void serialize(SerializerT& s) { - MessageParentType::serialize(s); - s | comm_; - } - }; - void recvSharedEdges(CommMsg* msg); private: