summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/inline
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-16 17:34:37 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-16 19:09:26 +0200
commitb71cdd25832414c9820eccba2495b059d2faf4f7 (patch)
treeec0bc4504ee9d44cc2ac8f6971f25b27d6f26024 /cpukit/rtems/inline
parentbsps: Use rtems_task_self() (diff)
downloadrtems-b71cdd25832414c9820eccba2495b059d2faf4f7.tar.bz2
rtems: Delete unused functions
Diffstat (limited to 'cpukit/rtems/inline')
-rw-r--r--cpukit/rtems/inline/rtems/rtems/sem.inl12
1 files changed, 0 insertions, 12 deletions
diff --git a/cpukit/rtems/inline/rtems/rtems/sem.inl b/cpukit/rtems/inline/rtems/rtems/sem.inl
index 22699e67ba..d1cdbb20e6 100644
--- a/cpukit/rtems/inline/rtems/rtems/sem.inl
+++ b/cpukit/rtems/inline/rtems/rtems/sem.inl
@@ -92,18 +92,6 @@ RTEMS_INLINE_ROUTINE Semaphore_Control *_Semaphore_Get_interrupt_disable (
_Objects_Get_isr_disable( &_Semaphore_Information, id, location, level );
}
-/**
- * @brief Checks if the_semaphore is NULL.
- *
- * This function returns TRUE if the_semaphore is NULL and FALSE otherwise.
- */
-RTEMS_INLINE_ROUTINE bool _Semaphore_Is_null (
- Semaphore_Control *the_semaphore
-)
-{
- return ( the_semaphore == NULL );
-}
-
/**@}*/
#endif