remove unused var

This commit is contained in:
Konstantin Morozov 2024-06-19 08:59:48 +00:00
parent f7eac01b82
commit 96fd928bce

View File

@ -5341,7 +5341,6 @@ void StorageReplicatedMergeTree::shutdown(bool)
if (shutdown_called.exchange(true))
return;
const auto storage_name = getStorageID().getNameForLogs();
LOG_TRACE(log, "Shutdown started");
flushAndPrepareForShutdown();