mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-01 20:12:02 +00:00
remove unused var
This commit is contained in:
parent
f7eac01b82
commit
96fd928bce
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user