score: Delete _Chain_Get_with_empty_check()

This function is not used in the score.

Update #2555.
This commit is contained in:
Sebastian Huber
2016-04-06 09:08:23 +02:00
parent c130387985
commit cd90052365
5 changed files with 0 additions and 84 deletions
-4
View File
@@ -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 ) */