diff --git a/src/vt/topos/location/location.impl.h b/src/vt/topos/location/location.impl.h index 48d1749a71..476a6aaaa8 100644 --- a/src/vt/topos/location/location.impl.h +++ b/src/vt/topos/location/location.impl.h @@ -660,12 +660,6 @@ void EntityLocationCoord::routeMsgHandler( setupMessageForRouting(id, home_node, msg); routePreparedMsgHandler(msg); - - if (local_registered_.find(id) == local_registered_.end()) { - return routeMsg(id,home_node,msg); - } else { - return routeMsgHandlerLocal(msg); - } } template