From 7a7f0719d903a51c911d0d3b62f3ca322f379f5c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 16 Jul 2013 17:34:51 +0200 Subject: posix: Delete unused functions --- cpukit/posix/inline/rtems/posix/semaphore.inl | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'cpukit/posix/inline/rtems') diff --git a/cpukit/posix/inline/rtems/posix/semaphore.inl b/cpukit/posix/inline/rtems/posix/semaphore.inl index 8c7d6700a9..49c5e1badf 100644 --- a/cpukit/posix/inline/rtems/posix/semaphore.inl +++ b/cpukit/posix/inline/rtems/posix/semaphore.inl @@ -69,17 +69,6 @@ RTEMS_INLINE_ROUTINE POSIX_Semaphore_Control *_POSIX_Semaphore_Get ( return (POSIX_Semaphore_Control *) _Objects_Get( &_POSIX_Semaphore_Information, (Objects_Id)*id, location ); } - -/* - * _POSIX_Semaphore_Is_null - */ - -RTEMS_INLINE_ROUTINE bool _POSIX_Semaphore_Is_null ( - POSIX_Semaphore_Control *the_semaphore -) -{ - return !the_semaphore; -} /** * @see _POSIX_Name_to_id(). -- cgit v1.2.3