Skip to content

Commit

Permalink
removed deprecated rmw_node_assert_liveliness() (#373)
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Hernández Cordero <[email protected]>
  • Loading branch information
ahcorde authored Jul 9, 2024
1 parent cf6b0dd commit f4bb7ab
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions rmw/include/rmw/rmw.h
Original file line number Diff line number Diff line change
Expand Up @@ -199,17 +199,6 @@ RMW_WARN_UNUSED
rmw_ret_t
rmw_destroy_node(rmw_node_t * node);

/**
* \deprecated `rmw_node_assert_liveliness` implementation was removed.
* If manual liveliness assertion is needed, use MANUAL_BY_TOPIC.
*/
RMW_PUBLIC
RCUTILS_DEPRECATED_WITH_MSG(
"rmw_node_assert_liveliness implementation was removed."
" If manual liveliness assertion is needed, use MANUAL_BY_TOPIC.")
rmw_ret_t
rmw_node_assert_liveliness(const rmw_node_t * node);

/// Return a guard condition which is triggered when the ROS graph changes.
/**
* The guard condition will be triggered anytime a change to the ROS graph occurs.
Expand Down

0 comments on commit f4bb7ab

Please sign in to comment.