io_uring: remove cachehit information
[fio.git] / os / linux / io_uring.h
index 24906e99fdc7b3ad27192485afca51328b5101d7..e23408692118f05faa8c703e204bb62e1e1305e6 100644 (file)
@@ -69,11 +69,6 @@ struct io_uring_cqe {
        __u32   flags;
 };
 
-/*
- * io_uring_event->flags
- */
-#define IOCQE_FLAG_CACHEHIT    (1U << 0)       /* IO did not hit media */
-
 /*
  * Magic offsets for the application to mmap the data it needs
  */