X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=io_uring_engine.h;h=470bacf9f4c450cb49d9a25185e8100eb4b073b3;hb=acce03bb32917e21f2d1d49c5a460d3cd2f72a11;hp=258d460d1219f03807fa114cf0485924b6c0ba94;hpb=2983b424187a853bcde96a8feff6ef0ae48db7d5;p=plocate diff --git a/io_uring_engine.h b/io_uring_engine.h index 258d460..470bacf 100644 --- a/io_uring_engine.h +++ b/io_uring_engine.h @@ -83,8 +83,4 @@ private: static constexpr size_t queue_depth = 256; }; -// A wrapper around pread() that returns an incomplete read. -// Always synchronous (no io_uring). -void complete_pread(int fd, void *ptr, size_t len, off_t offset); - #endif // !defined(IO_URING_ENGINE_H)