From b7e1dda2e0555a5e08bda8d0bb5085806214d77f Mon Sep 17 00:00:00 2001 From: avogar Date: Mon, 2 Sep 2024 20:13:44 +0000 Subject: [PATCH] Remove unneded code --- src/Storages/ObjectStorage/S3/Configuration.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Storages/ObjectStorage/S3/Configuration.h b/src/Storages/ObjectStorage/S3/Configuration.h index 6eec216f3fe..63c1d24de62 100644 --- a/src/Storages/ObjectStorage/S3/Configuration.h +++ b/src/Storages/ObjectStorage/S3/Configuration.h @@ -14,9 +14,6 @@ class StorageS3Configuration : public StorageObjectStorage::Configuration public: using ConfigurationPtr = StorageObjectStorage::ConfigurationPtr; - static constexpr auto xx = - 42; - static constexpr auto type_name = "s3"; static constexpr auto namespace_name = "bucket"; /// All possible signatures for S3 storage with structure argument (for example for s3 table function).