forked from Imagelibrary/rtems
2000-12-06 Joel Sherrill <joel@OARcorp.com>
* src/regiongetinfo.c: Removed unused variable to eliminate warning.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user