Skip to content

Commit

Permalink
#1983: location: remove duplicated code
Browse files Browse the repository at this point in the history
  • Loading branch information
lifflander authored and cz4rs committed Mar 30, 2023
1 parent 63c66b4 commit 76865af
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/vt/topos/location/location.impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -660,12 +660,6 @@ void EntityLocationCoord<EntityID>::routeMsgHandler(
setupMessageForRouting<MessageT, f>(id, home_node, msg);

routePreparedMsgHandler(msg);

if (local_registered_.find(id) == local_registered_.end()) {
return routeMsg<MessageT>(id,home_node,msg);
} else {
return routeMsgHandlerLocal(msg);
}
}

template <typename EntityID>
Expand Down

0 comments on commit 76865af

Please sign in to comment.