diff --git a/src/Core/Settings.cpp b/src/Core/Settings.cpp index 61b12a02436..28dfd73b980 100644 --- a/src/Core/Settings.cpp +++ b/src/Core/Settings.cpp @@ -4996,7 +4996,6 @@ Prefer prefetched threadpool if all parts are on remote filesystem Prefer prefetched threadpool if all parts are on local filesystem )", 0) \ \ - DECLARE(UInt64, object_storage_remove_recursive_file_limit, DEFAULT_REMOVE_SHARED_RECURSIVE_FILE_LIMIT, "Max number of files to store in memory during remove. Zero value means unlimited. Used to reduce memory usage.", 0) \ DECLARE(UInt64, prefetch_buffer_size, DBMS_DEFAULT_BUFFER_SIZE, R"( The maximum size of the prefetch buffer to read from the filesystem. )", 0) \ diff --git a/src/Core/SettingsChangesHistory.cpp b/src/Core/SettingsChangesHistory.cpp index f42afabe63b..8e559c161e6 100644 --- a/src/Core/SettingsChangesHistory.cpp +++ b/src/Core/SettingsChangesHistory.cpp @@ -72,7 +72,6 @@ static std::initializer_list