diff --git a/src/IO/ThreadPoolReader.cpp b/src/IO/ThreadPoolReader.cpp index 3857dd993c9..78c350e28cb 100644 --- a/src/IO/ThreadPoolReader.cpp +++ b/src/IO/ThreadPoolReader.cpp @@ -80,8 +80,6 @@ std::future ThreadPoolReader::submit(Request reques #if defined(__linux__) /// Check if data is already in page cache with preadv2 syscall. - /// TODO ProfileEvents for page cache hits and misses. - /// We don't want to depend on new Linux kernel. static std::atomic has_pread_nowait_support{true};