summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/include/rtems/posix/semaphore.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-16 17:34:51 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-07-16 19:09:26 +0200
commit7a7f0719d903a51c911d0d3b62f3ca322f379f5c (patch)
tree8099e5ddbea4516b17bdbda668b135974e6dfc52 /cpukit/posix/include/rtems/posix/semaphore.h
parentrtems: Delete unused functions (diff)
downloadrtems-7a7f0719d903a51c911d0d3b62f3ca322f379f5c.tar.bz2
posix: Delete unused functions
Diffstat (limited to 'cpukit/posix/include/rtems/posix/semaphore.h')
-rw-r--r--cpukit/posix/include/rtems/posix/semaphore.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/cpukit/posix/include/rtems/posix/semaphore.h b/cpukit/posix/include/rtems/posix/semaphore.h
index 3127c3f9aa..92be580c0f 100644
--- a/cpukit/posix/include/rtems/posix/semaphore.h
+++ b/cpukit/posix/include/rtems/posix/semaphore.h
@@ -118,18 +118,6 @@ RTEMS_INLINE_ROUTINE POSIX_Semaphore_Control *_POSIX_Semaphore_Get (
);
/*
- * _POSIX_Semaphore_Is_null
- *
- * DESCRIPTION:
- *
- * This function returns TRUE if the_semaphore is NULL and FALSE otherwise.
- */
-
-RTEMS_INLINE_ROUTINE bool _POSIX_Semaphore_Is_null (
- POSIX_Semaphore_Control *the_semaphore
-);
-
-/*
* _POSIX_Semaphore_Create_support
*
* DESCRIPTION: