Skip to content

Commit 47c3702

Browse files
author
宋光璠
committed
fix3
1 parent db9c8da commit 47c3702

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

be/src/io/fs/http_file_reader.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,8 @@ class HttpFileReader final : public FileReader {
6060
static constexpr size_t READ_BUFFER_SIZE = 4096;
6161
size_t _buffer_start = 0;
6262
size_t _buffer_end = 0;
63-
size_t _buffer_pos = 0;
64-
size_t _file_offset = 0;
65-
size_t _buffer_available = 0;
6663
std::string _etag;
67-
time_t _last_modified = 0;
6864
bool _initialized = false;
69-
// int64_t _pos = 0;
7065
size_t _file_size = -1;
7166
Path _path;
7267
std::string _url;

0 commit comments

Comments
 (0)