commit | b80c3d9c77e779e4591dc055df1b7b0729b10115 | [log] [tgz] |
---|---|---|
author | Flavio Ceolin <flavio.ceolin@intel.com> | Fri Mar 29 17:05:12 2019 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Apr 03 12:06:31 2019 -0400 |
tree | baa5cebf77d5fa1e37fbc56bcd0cfa1b32cea76f | |
parent | 7a9c1f101d40046feee9bdab7b1a0d86fbb5cda1 [diff] |
arch: x86: Remove not used fp struct The legacy struct s_coopFloatReg was never being used, though it was an empty struct (not wasting space), some symbols were being generate for it. Nevertheless, neither C99 nor C11 allow empty structs, so this was also a violation to the C standards. Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com> Signed-off-by: Anas Nashif <anas.nashif@intel.com>