mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 03:49:46 +08:00
Removed unused variable warning.
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user