From 3bf2bcc8c630aa68ad869bbe44197d8cc2370c72 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 4 Apr 2016 09:36:01 +0200 Subject: score: Delete _Chain_Get() This function is not used in the score. Update #2555. --- cpukit/sapi/include/rtems/chain.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'cpukit/sapi/include/rtems') diff --git a/cpukit/sapi/include/rtems/chain.h b/cpukit/sapi/include/rtems/chain.h index 4bbdd530f6..d9254449e1 100644 --- a/cpukit/sapi/include/rtems/chain.h +++ b/cpukit/sapi/include/rtems/chain.h @@ -591,18 +591,9 @@ RTEMS_INLINE_ROUTINE void rtems_chain_extract_unprotected( * * NOTE: It disables interrupts to ensure the atomicity of the get operation. */ -#if defined( RTEMS_SMP ) rtems_chain_node *rtems_chain_get( rtems_chain_control *the_chain ); -#else -RTEMS_INLINE_ROUTINE rtems_chain_node *rtems_chain_get( - rtems_chain_control *the_chain -) -{ - return _Chain_Get( the_chain ); -} -#endif /** * @brief See _Chain_Get_unprotected(). -- cgit v1.2.3