math: fix float->int functions
[libc-test] / src / math / llrint.c
index 835501c..6a3ba26 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;