Skip to content

Commit

Permalink
#476 remove redundant includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Strzebonski committed May 19, 2022
1 parent b488d39 commit 7bbf7d3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
1 change: 0 additions & 1 deletion src/vt/vrt/collection/balance/baselb/baselb.h
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ struct BaseLB {
);
void migrationDone();
void migrateObjectTo(ObjIDType const obj_id, NodeType const node);

void transferSend(NodeType from, TransferVecType const& transfer);
void transferMigrations(TransferMsg<TransferVecType>* msg);
void finalize(CountMsg* msg);
Expand Down
5 changes: 1 addition & 4 deletions src/vt/vrt/collection/balance/serdetestlb/serdetestlb.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@
#include "vt/vrt/collection/balance/baselb/baselb.h"
#include "vt/timing/timing.h"

#include <memory>
#include <list>
#include <map>
#include <cstdlib>
#include <string>
#include <unordered_map>

namespace vt { namespace vrt { namespace collection { namespace lb {
Expand Down
3 changes: 1 addition & 2 deletions src/vt/vrt/collection/manager.impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -1919,9 +1919,8 @@ MigrateStatus CollectionManager::migrateIn(
*/
vc_raw_ptr->preMigrateIn();

auto const& this_node = theContext()->getNode();

// Always update the element ID struct for LB statistic tracking
auto const& this_node = theContext()->getNode();
vrt_elm_ptr->elm_id_.curr_node = this_node;

auto home_node = getMappedNode<ColT>(proxy, idx);
Expand Down

0 comments on commit 7bbf7d3

Please sign in to comment.