summaryrefslogtreecommitdiff
path: root/src/io_uring.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/io_uring.h')
-rw-r--r--src/io_uring.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/io_uring.h b/src/io_uring.h
index 24906e9..e234086 100644
--- a/src/io_uring.h
+++ b/src/io_uring.h
@@ -70,11 +70,6 @@ struct io_uring_cqe {
};
/*
- * 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
*/
#define IORING_OFF_SQ_RING 0ULL