diff mbox series

[RFC,for,2.11,07/23] softfloat3c: f16_to_f128M remove unused variable

Message ID 20170720150426.12393-8-alex.bennee@linaro.org
State New
Headers show
Series Implementing FP16 for ARMv8.2 using SoftFloat2a and 3c | expand

Commit Message

Alex Bennée July 20, 2017, 3:04 p.m. UTC
It causes some compilers to complain.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>

---
 fpu/softfloat3c/f16_to_f128M.c | 1 -
 1 file changed, 1 deletion(-)

-- 
2.13.0
diff mbox series

Patch

diff --git a/fpu/softfloat3c/f16_to_f128M.c b/fpu/softfloat3c/f16_to_f128M.c
index b947ffc08d..12c75d5990 100644
--- a/fpu/softfloat3c/f16_to_f128M.c
+++ b/fpu/softfloat3c/f16_to_f128M.c
@@ -63,7 +63,6 @@  void f16_to_f128M( float16_t a, float128_t *zPtr )
     struct commonNaN commonNaN;
     uint32_t uiZ96;
     struct exp8_sig16 normExpSig;
-    uint64_t frac64;
 
     /*------------------------------------------------------------------------
     *------------------------------------------------------------------------*/