Skip to content

Commit

Permalink
Further remove feature-based exclusion
Browse files Browse the repository at this point in the history
Signed-off-by: Ananya Muddukrishna <ananya.x.muddukrishna@ericsson.com>
  • Loading branch information
Ananya Muddukrishna committed Apr 1, 2021
1 parent b612303 commit 668f47b
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

extern "C"
{
#if RMW_CONNEXT_HAVE_GET_NETWORK_FLOW_ENDPOINTS
rmw_ret_t
rmw_api_connextdds_publisher_get_network_flow_endpoints(
const rmw_publisher_t * publisher,
Expand All @@ -42,5 +41,4 @@ rmw_api_connextdds_subscription_get_network_flow_endpoints(
RMW_CONNEXT_LOG_NOT_IMPLEMENTED
return RMW_RET_UNSUPPORTED;
}
#endif /* RMW_CONNEXT_HAVE_GET_NETWORK_FLOW_ENDPOINTS */
} // extern "C"

0 comments on commit 668f47b

Please sign in to comment.