From c3df4a6003774f884659022fe8912a31a480e663 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 6 Dec 2000 15:31:44 +0000 Subject: 2000-12-06 Joel Sherrill * src/regiongetinfo.c: Removed unused variable to eliminate warning. --- c/src/exec/rtems/ChangeLog | 4 ++++ c/src/exec/rtems/src/regiongetinfo.c | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) (limited to 'c/src/exec/rtems') diff --git a/c/src/exec/rtems/ChangeLog b/c/src/exec/rtems/ChangeLog index 16cb9c86e6..43e8ba1170 100644 --- a/c/src/exec/rtems/ChangeLog +++ b/c/src/exec/rtems/ChangeLog @@ -1,3 +1,7 @@ +2000-12-06 Joel Sherrill + + * src/regiongetinfo.c: Removed unused variable to eliminate warning. + 2000-11-30 Joel Sherrill * src/msgqsubmit.c: Modified multiprocessing conditional so diff --git a/c/src/exec/rtems/src/regiongetinfo.c b/c/src/exec/rtems/src/regiongetinfo.c index 597ef38b7e..1e9338e3cd 100644 --- a/c/src/exec/rtems/src/regiongetinfo.c +++ b/c/src/exec/rtems/src/regiongetinfo.c @@ -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; -- cgit v1.2.3