2000-12-06 Joel Sherrill <joel@OARcorp.com>

* src/regiongetinfo.c: Removed unused variable to eliminate warning.
This commit is contained in:
Joel Sherrill
2000-12-06 15:31:44 +00:00
parent 57fe91f8db
commit c3df4a6003
4 changed files with 8 additions and 2 deletions

View File

@@ -1,3 +1,7 @@
2000-12-06 Joel Sherrill <joel@OARcorp.com>
* src/regiongetinfo.c: Removed unused variable to eliminate warning.
2000-11-30 Joel Sherrill <joel@OARcorp.com>
* src/msgqsubmit.c: Modified multiprocessing conditional so

View File

@@ -44,7 +44,6 @@ rtems_status_code rtems_region_get_information(
{
register Region_Control *the_region;
Objects_Locations location;
Thread_Control *executing;
if ( !the_info )
return RTEMS_INVALID_ADDRESS;

View File

@@ -1,3 +1,7 @@
2000-12-06 Joel Sherrill <joel@OARcorp.com>
* src/regiongetinfo.c: Removed unused variable to eliminate warning.
2000-11-30 Joel Sherrill <joel@OARcorp.com>
* src/msgqsubmit.c: Modified multiprocessing conditional so

View File

@@ -44,7 +44,6 @@ rtems_status_code rtems_region_get_information(
{
register Region_Control *the_region;
Objects_Locations location;
Thread_Control *executing;
if ( !the_info )
return RTEMS_INVALID_ADDRESS;