summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/include/rtems/rbtree.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/sapi/include/rtems/rbtree.h')
-rw-r--r--cpukit/sapi/include/rtems/rbtree.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/cpukit/sapi/include/rtems/rbtree.h b/cpukit/sapi/include/rtems/rbtree.h
index 4e6d852812..eaf2b6e8d5 100644
--- a/cpukit/sapi/include/rtems/rbtree.h
+++ b/cpukit/sapi/include/rtems/rbtree.h
@@ -74,16 +74,6 @@ typedef RBTree_Compare rtems_rbtree_compare;
RBTREE_DEFINE_EMPTY(name)
/**
- * @brief macro to return the structure containing the @a node.
- *
- * This macro returns a pointer of type @a object_type that points
- * to the structure containing @a node, where @a object_member is the
- * field name of the rtems_rbtree_node structure in objects of @a object_type.
- */
-#define rtems_rbtree_container_of(node,object_type, object_member) \
- _RBTree_Container_of(node,object_type,object_member)
-
-/**
* @brief Initialize a RBTree header.
*
* This routine initializes @a the_rbtree structure to manage the