Fixed build

This commit is contained in:
Maksim Kita 2024-01-28 13:55:23 +03:00
parent bccd8b5e27
commit 5165fb7286

View File

@ -47,5 +47,5 @@ public:
}
private:
mutable DB::SharedMutex log_mutex;
LoggerPtr logger TSA_GUARDED_BY(log_mutex);
LoggerPtr logger;
};