From b71cdd25832414c9820eccba2495b059d2faf4f7 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 16 Jul 2013 17:34:37 +0200 Subject: rtems: Delete unused functions --- cpukit/rtems/inline/rtems/rtems/sem.inl | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'cpukit/rtems/inline') 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 -- cgit v1.2.3