2010-08-08 Joel Sherrill <joel.sherrill@oarcorp.com>

PR 1647/testing
	* spsize/size.c: Remove redundant initialize uninitialized to 0.
This commit is contained in:
Joel Sherrill
2010-08-08 16:34:00 +00:00
parent 12601260be
commit c016f4e170
2 changed files with 5 additions and 2 deletions

View File

@@ -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

View File

@@ -389,8 +389,6 @@ uninitialized =
/*wkspace.h*/ (sizeof _Workspace_Area);
uninitialized = 0;
#ifndef unix /* make sure this is not a native compile */
#ifdef __i386__