math: fix float->int functions
[libc-test] / src / math / lround.c
index aa751a0..766d7c2 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 d_i *p;