]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blobdiff - include/irix.h
Revert "Merge branch 'xfsprogs-dev'"
[thirdparty/xfsprogs-dev.git] / include / irix.h
index f75193939acfa41f21e5a6251b64fc8011dbd49c..a7debd3e991603cd46d6dcfd27dbe125abe6daa6 100644 (file)
@@ -337,12 +337,6 @@ static __inline__ void platform_uuid_copy(uuid_t *dst, uuid_t *src)
        memcpy(dst, src, sizeof(uuid_t));
 }
 
-static __inline__ int
-platform_discard_blocks(int fd, off64_t start, off64_t end)
-{
-       return 0;
-}
-
 static __inline__ char * strsep(char **s, const char *ct)
 {
        char *sbegin = *s, *end;