summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems
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 /c/src/exec/rtems
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 'c/src/exec/rtems')
-rw-r--r--c/src/exec/rtems/ChangeLog4
-rw-r--r--c/src/exec/rtems/src/regiongetinfo.c1
2 files changed, 4 insertions, 1 deletions
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 <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
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;