summaryrefslogtreecommitdiffstats
path: root/cpukit/rtems/src
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-12-06 15:31:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-12-06 15:31:44 +0000
commitc3df4a6003774f884659022fe8912a31a480e663 (patch)
tree751f9fce2da4685605213477e31ce293b99ed2ed /cpukit/rtems/src
parent2000-12-06 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-c3df4a6003774f884659022fe8912a31a480e663.tar.bz2
2000-12-06 Joel Sherrill <joel@OARcorp.com>
* src/regiongetinfo.c: Removed unused variable to eliminate warning.
Diffstat (limited to 'cpukit/rtems/src')
-rw-r--r--cpukit/rtems/src/regiongetinfo.c1
1 files changed, 0 insertions, 1 deletions
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;