mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 12:29:17 +08:00
score: Delete _Chain_Get_with_empty_check()
This function is not used in the score. Update #2555.
This commit is contained in:
@@ -119,8 +119,6 @@ bool rtems_chain_prepend_with_empty_check(
|
||||
return was_empty;
|
||||
}
|
||||
|
||||
#if defined( RTEMS_SMP )
|
||||
|
||||
bool rtems_chain_get_with_empty_check(
|
||||
rtems_chain_control *chain,
|
||||
rtems_chain_node **node
|
||||
@@ -135,5 +133,3 @@ bool rtems_chain_get_with_empty_check(
|
||||
|
||||
return is_empty_now;
|
||||
}
|
||||
|
||||
#endif /* defined( RTEMS_SMP ) */
|
||||
|
||||
Reference in New Issue
Block a user