Skip to content

Commit

Permalink
#2342: remove todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cwschilly committed Sep 20, 2024
1 parent e2a7eda commit 446c032
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/vt/vrt/collection/balance/lb_data_holder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -448,9 +448,6 @@ LBDataHolder::LBDataHolder(nlohmann::json const& j)
vtAssertExpr(comm["from"]["type"] == "object");
vtAssertExpr(comm["to"]["type"] == "object");

// TODO: passing false here (and below) avoids encoding
// any information into the obj ids, which preserves
// the original behavior
auto from_elm = get_elm_from_comm_object_(comm["from"]);
auto to_elm = get_elm_from_comm_object_(comm["to"]);

Expand Down

0 comments on commit 446c032

Please sign in to comment.