summaryrefslogtreecommitdiffstats
path: root/cpukit/sapi/src
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-04-04 09:29:02 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-04-06 09:08:23 +0200
commitcd90052365788b48dcccb235a75754d41bfb29a3 (patch)
tree79ee94978b94b2f79ffc76290888593f75617c29 /cpukit/sapi/src
parentscore: Delete _Chain_Prepend_with_empty_check() (diff)
downloadrtems-cd90052365788b48dcccb235a75754d41bfb29a3.tar.bz2
score: Delete _Chain_Get_with_empty_check()
This function is not used in the score. Update #2555.
Diffstat (limited to 'cpukit/sapi/src')
-rw-r--r--cpukit/sapi/src/chainprotected.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/cpukit/sapi/src/chainprotected.c b/cpukit/sapi/src/chainprotected.c
index 087c8e7fb8..3d5934841c 100644
--- a/cpukit/sapi/src/chainprotected.c
+++ b/cpukit/sapi/src/chainprotected.c
@@ -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 ) */