summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/exec/rtems/src/semflush.c1
-rw-r--r--cpukit/rtems/src/semflush.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/c/src/exec/rtems/src/semflush.c b/c/src/exec/rtems/src/semflush.c
index 85130998bf..c58480c734 100644
--- a/c/src/exec/rtems/src/semflush.c
+++ b/c/src/exec/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 ) {
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 ) {