summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-09 19:45:23 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-09 19:45:23 +0000
commitbd0b378838f01120c404217e09a1a05255ab189e (patch)
tree1c948e873a2fb64c8b0c30b08c8f37e777850faa /cpukit/rtems/src
parentConverted from DOS to UNIX filemode. (diff)
downloadrtems-bd0b378838f01120c404217e09a1a05255ab189e.tar.bz2
Removed unused variable warning.
Diffstat (limited to 'cpukit/rtems/src')
-rw-r--r--cpukit/rtems/src/semflush.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/rtems/src/semflush.c b/cpukit/rtems/src/semflush.c
index 85130998bf..c58480c734 100644
--- a/cpukit/rtems/src/semflush.c
+++ b/cpukit/rtems/src/semflush.c
@@ -58,7 +58,6 @@ rtems_status_code rtems_semaphore_flush(
{
register Semaphore_Control *the_semaphore;
Objects_Locations location;
- boolean wait;
the_semaphore = _Semaphore_Get( id, &location );
switch ( location ) {