Add verify_fatal option
[fio.git] / os / os-freebsd.h
index 01c5ce917b57d9501774cd80d8a84e82b6df6b35..ba2541a5f5f25159f6fa0c4ed4a25c4336daa09d 100644 (file)
@@ -52,11 +52,4 @@ static inline long os_random_long(os_random_state_t *rs)
        return val;
 }
 
        return val;
 }
 
-static inline double os_random_double(os_random_state_t *rs)
-{
-       double val;
-
-       val = (double) rand_r(rs);
-       return val;
-}
 #endif
 #endif