From b9cd1d4d5073eba4c3afbe7666fc2d9c77b42c7c Mon Sep 17 00:00:00 2001
From: Szabolcs Nagy <nsz@port70.net>
Date: Sun, 6 Oct 2013 02:09:40 +0000
Subject: math: remove an unused variable from modfl

---
 src/math/modfl.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/math/modfl.c b/src/math/modfl.c
index fc85bb58..f736bba4 100644
--- a/src/math/modfl.c
+++ b/src/math/modfl.c
@@ -14,7 +14,6 @@ long double modfl(long double x, long double *iptr)
 long double modfl(long double x, long double *iptr)
 {
 	union ldshape u = {x};
-	uint64_t mask;
 	int e = (u.i.se & 0x7fff) - 0x3fff;
 	int s = u.i.se >> 15;
 	long double absx;
-- 
cgit v1.2.3-70-g09d2