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. --- cpukit/rtems/src/regiongetinfo.c | 1 - 1 file changed, 1 deletion(-) (limited to 'cpukit/rtems/src') diff --git a/cpukit/rtems/src/regiongetinfo.c b/cpukit/rtems/src/regiongetinfo.c index 597ef38b7e..1e9338e3cd 100644 --- a/cpukit/rtems/src/regiongetinfo.c +++ b/cpukit/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