summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-18 18:40:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-18 18:40:14 +0000
commit3a95c67925dd0e23b7c135b384c6cf4a823b5036 (patch)
treef6d3aa0c33e3ebaf41f55dc31259df2d6316f3a1 /cpukit
parent2009-08-18 Sebastian Huber <Sebastian.Huber@embedded-brains.de> (diff)
downloadrtems-3a95c67925dd0e23b7c135b384c6cf4a823b5036.tar.bz2
2009-08-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* score/src/heapallocatealigned.c: Remove unused label.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/score/src/heapallocatealigned.c1
2 files changed, 4 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 43eb9fce45..7abe148280 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2009-08-18 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * score/src/heapallocatealigned.c: Remove unused label.
+
2009-08-18 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
* score/src/heapallocatealigned.c: Change break to continue to fix
diff --git a/cpukit/score/src/heapallocatealigned.c b/cpukit/score/src/heapallocatealigned.c
index 5f1a941c01..b0d63f9880 100644
--- a/cpukit/score/src/heapallocatealigned.c
+++ b/cpukit/score/src/heapallocatealigned.c
@@ -241,7 +241,6 @@ void *_Heap_Allocate_aligned(
}
}
-exit_point:
if (stats->max_search < search_count)
stats->max_search = search_count;