posix_fadvise is now provided in helpers.c: remove it from the Windows posix.c
[fio.git] / os / windows / posix.c
index 794a707f15f8effde6daf5e068ac0a510fd24268..49bce43955465ca23483660005da8c2770489a5c 100755 (executable)
@@ -662,11 +662,6 @@ int getrusage(int who, struct rusage *r_usage)
        return 0;
 }
 
        return 0;
 }
 
-int posix_fadvise(int fd, off_t offset, off_t len, int advice)
-{
-       return 0;
-}
-
 int posix_madvise(void *addr, size_t len, int advice)
 {
        log_err("%s is not implemented\n", __func__);
 int posix_madvise(void *addr, size_t len, int advice)
 {
        log_err("%s is not implemented\n", __func__);