math: fix float->int functions
[libc-test] / src / math / llroundf.c
index 780a974..dc55f46 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;