Merge pull request #45212 from ucasfl/minor

remove unused function
This commit is contained in:
Ilya Yatsishin 2023-01-12 14:12:06 +01:00 committed by GitHub
commit e2a42f0079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -92,8 +92,6 @@ public:
const std::optional<FormatSettings> & format_settings,
ContextPtr ctx);
private:
void init();
StorageS3::S3Configuration base_configuration;
std::shared_ptr<StorageS3> s3engine;
Poco::Logger * log;