From 9ccdb1dfdec1942af73af44670757a2aa422d69a Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 18 Aug 2015 06:21:17 +0200 Subject: rbtree: Delete rtems_rbtree_find_control() This function is hard to support in alternative implementations. It has no internal use case. --- cpukit/sapi/include/rtems/rbtree.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'cpukit/sapi') diff --git a/cpukit/sapi/include/rtems/rbtree.h b/cpukit/sapi/include/rtems/rbtree.h index 900506fdc7..625d9c25d2 100644 --- a/cpukit/sapi/include/rtems/rbtree.h +++ b/cpukit/sapi/include/rtems/rbtree.h @@ -355,16 +355,6 @@ RTEMS_INLINE_ROUTINE rtems_rbtree_node *rtems_rbtree_peek_max( return _RBTree_First( the_rbtree, RBT_RIGHT ); } -/** - * @copydoc _RBTree_Find_control() - */ -RTEMS_INLINE_ROUTINE rtems_rbtree_control *rtems_rbtree_find_control( - const rtems_rbtree_node *the_node -) -{ - return _RBTree_Find_control( the_node ); -} - /** * @copydoc _RBTree_Insert() */ -- cgit v1.2.3