X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=os%2Fos-freebsd.h;h=ba2541a5f5f25159f6fa0c4ed4a25c4336daa09d;hp=01c5ce917b57d9501774cd80d8a84e82b6df6b35;hb=724e4435c1374e97309b122429ad9291744966c0;hpb=317b95d07d4921d2594a1be6e014c9c2d062fe75 diff --git a/os/os-freebsd.h b/os/os-freebsd.h index 01c5ce91..ba2541a5 100644 --- a/os/os-freebsd.h +++ b/os/os-freebsd.h @@ -52,11 +52,4 @@ static inline long os_random_long(os_random_state_t *rs) return val; } -static inline double os_random_double(os_random_state_t *rs) -{ - double val; - - val = (double) rand_r(rs); - return val; -} #endif