math: fix float->int functions
[libc-test] / src / math / lroundf.c
index a35c97b..4a5eaa0 100644 (file)
@@ -11,7 +11,6 @@ int main(void)
 {
        #pragma STDC FENV_ACCESS ON
        long long yi;
-       float d;
        int e, i, err = 0;
        struct f_i *p;