From 4a03402da59463140e0a193f0745ab81646dbc81 Mon Sep 17 00:00:00 2001 From: alesapin Date: Fri, 8 Apr 2022 16:41:37 +0200 Subject: [PATCH] Update ReadBufferFromRemoteFSGather.h --- src/Disks/IO/ReadBufferFromRemoteFSGather.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Disks/IO/ReadBufferFromRemoteFSGather.h b/src/Disks/IO/ReadBufferFromRemoteFSGather.h index f8a6209eb59..d12513cba1f 100644 --- a/src/Disks/IO/ReadBufferFromRemoteFSGather.h +++ b/src/Disks/IO/ReadBufferFromRemoteFSGather.h @@ -16,8 +16,6 @@ namespace Poco { class Logger; } namespace DB { - - /** * Remote disk might need to split one clickhouse file into multiple files in remote fs. * This class works like a proxy to allow transition from one file into multiple.