summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-08 16:34:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-08-08 16:34:00 +0000
commitc016f4e170fd2cf7694e434df2b65819575ab1dd (patch)
treec88bd5adbb156cf941c5c71043887fdb6c87c720 /testsuites/sptests
parent2010-08-07 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-c016f4e170fd2cf7694e434df2b65819575ab1dd.tar.bz2
2010-08-08 Joel Sherrill <joel.sherrill@oarcorp.com>
PR 1647/testing * spsize/size.c: Remove redundant initialize uninitialized to 0.
Diffstat (limited to 'testsuites/sptests')
-rw-r--r--testsuites/sptests/ChangeLog5
-rw-r--r--testsuites/sptests/spsize/size.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog
index c438d6f470..ee582594cb 100644
--- a/testsuites/sptests/ChangeLog
+++ b/testsuites/sptests/ChangeLog
@@ -1,3 +1,8 @@
+2010-08-08 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ PR 1647/testing
+ * spsize/size.c: Remove redundant initialize uninitialized to 0.
+
2010-07-30 Gedare Bloom <giddyup44@yahoo.com>
PR 1599/cpukit
diff --git a/testsuites/sptests/spsize/size.c b/testsuites/sptests/spsize/size.c
index 4f17777df1..2103d429c3 100644
--- a/testsuites/sptests/spsize/size.c
+++ b/testsuites/sptests/spsize/size.c
@@ -389,8 +389,6 @@ uninitialized =
/*wkspace.h*/ (sizeof _Workspace_Area);
-uninitialized = 0;
-
#ifndef unix /* make sure this is not a native compile */
#ifdef __i386__