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/include/rtems/rtems/sem.h | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'cpukit/rtems/include/rtems/rtems/sem.h') diff --git a/cpukit/rtems/include/rtems/rtems/sem.h b/cpukit/rtems/include/rtems/rtems/sem.h index dafd1eac0d..046c0f2de8 100644 --- a/cpukit/rtems/include/rtems/rtems/sem.h +++ b/cpukit/rtems/include/rtems/rtems/sem.h @@ -238,19 +238,6 @@ rtems_status_code rtems_semaphore_flush( rtems_id id ); -/** - * @brief _Semaphore_Seize - * - * This routine attempts to receive a unit from the_semaphore. - * If a unit is available or if the RTEMS_NO_WAIT option is enabled in - * option_set, then the routine returns. Otherwise, the calling task - * is blocked until a unit becomes available. - */ -bool _Semaphore_Seize( - Semaphore_Control *the_semaphore, - uint32_t option_set -); - /** * @brief Semaphore Translate Core Mutex Return Code * -- cgit v1.2.3