summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2016-03-22 10:13:37 -0500
committerJoel Sherrill <joel@rtems.org>2016-03-24 11:41:20 -0500
commit7f9e067f54767df96aed91ede9fe467f3388b322 (patch)
tree5262fadc15284a3cbd727620c9cafab334e25467
parentscore: Use RTEMS_UNREACHABLE() (diff)
downloadrtems-7f9e067f54767df96aed91ede9fe467f3388b322.tar.bz2
cpuuse/cpuusagetop.c: Fix unused variable warning
-rw-r--r--cpukit/libmisc/cpuuse/cpuusagetop.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpukit/libmisc/cpuuse/cpuusagetop.c b/cpukit/libmisc/cpuuse/cpuusagetop.c
index 9b928588c7..cf896e3782 100644
--- a/cpukit/libmisc/cpuuse/cpuusagetop.c
+++ b/cpukit/libmisc/cpuuse/cpuusagetop.c
@@ -465,7 +465,6 @@ rtems_cpuusage_top_thread (rtems_task_argument arg)
for (i = 0; i < data->task_count; i++)
{
Thread_Control* thread = data->tasks[i];
- Timestamp_Control last;
Timestamp_Control usage;
Timestamp_Control current_usage;