mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-22 23:05:36 +08:00
CValueCache::saveToFiles doesn't need to lock the mutex.
This commit is contained in:
@@ -212,7 +212,6 @@ namespace BlackMisc
|
||||
|
||||
CStatusMessage CValueCache::saveToFiles(const QString &dir, const CVariantMap &values) const
|
||||
{
|
||||
QMutexLocker lock(&m_mutex);
|
||||
QMap<QString, CVariantMap> namespaces;
|
||||
for (auto it = values.cbegin(); it != values.cend(); ++it)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user