Removed unused variable warning.

This commit is contained in:
Joel Sherrill
1999-11-09 19:45:23 +00:00
parent 1baa05972e
commit bd0b378838
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -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 ) {
-1
View File
@@ -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 ) {