summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--c/src/exec/rtems/ChangeLog4
-rw-r--r--c/src/exec/rtems/src/regiongetinfo.c1
-rw-r--r--cpukit/rtems/ChangeLog4
-rw-r--r--cpukit/rtems/src/regiongetinfo.c1
4 files changed, 8 insertions, 2 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;
diff --git a/cpukit/rtems/ChangeLog b/cpukit/rtems/ChangeLog
index 16cb9c86e6..43e8ba1170 100644
--- a/cpukit/rtems/ChangeLog
+++ b/cpukit/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/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;