Skip to content

Commit

Permalink
Remove guard condition listener
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Passerino <mpasserino@irobot.com>
  • Loading branch information
Mauro Passerino authored and wjwwood committed Apr 1, 2021
1 parent 54d1640 commit e026a99
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions rmw_implementation/src/functions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -627,12 +627,6 @@ RMW_INTERFACE_FN(
3, ARG_TYPES(
rmw_client_t *, rmw_listener_callback_t, const void *))

RMW_INTERFACE_FN(
rmw_guard_condition_set_listener_callback,
rmw_ret_t, RMW_RET_ERROR,
3, ARG_TYPES(
rmw_guard_condition_t *, rmw_listener_callback_t, const void *))

RMW_INTERFACE_FN(
rmw_event_set_listener_callback,
rmw_ret_t, RMW_RET_ERROR,
Expand Down Expand Up @@ -720,7 +714,6 @@ void prefetch_symbols(void)
GET_SYMBOL(rmw_subscription_set_listener_callback)
GET_SYMBOL(rmw_service_set_listener_callback)
GET_SYMBOL(rmw_client_set_listener_callback)
GET_SYMBOL(rmw_guard_condition_set_listener_callback)
GET_SYMBOL(rmw_event_set_listener_callback)
}

Expand Down

0 comments on commit e026a99

Please sign in to comment.