summaryrefslogtreecommitdiffstats
path: root/cpukit/score/include/rtems/score/chain.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/include/rtems/score/chain.h')
-rw-r--r--cpukit/score/include/rtems/score/chain.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/cpukit/score/include/rtems/score/chain.h b/cpukit/score/include/rtems/score/chain.h
index 4a908cd19c..54039f280c 100644
--- a/cpukit/score/include/rtems/score/chain.h
+++ b/cpukit/score/include/rtems/score/chain.h
@@ -113,21 +113,6 @@ void _Chain_Initialize(
uint32_t node_size
);
-#ifndef RTEMS_INLINES
-/**
- * @brief Get the first node (do not disable interrupts)
- *
- * This method attempts to obtain the first node from @a the_chain.
- *
- * @param[in] the_chain points to the chain to operate upon
- * @return If successful, a chain node is returned. Otherwise, NULL
- * is returned.
- */
-Chain_Node *_Chain_Get_first_unprotected(
- Chain_Control *the_chain
-);
-#endif
-
/**
* @brief Extract the specified node from a chain
*