diff --git a/lib/config/configitem.cpp b/lib/config/configitem.cpp index 9dc0f1aa2..6401b2d70 100644 --- a/lib/config/configitem.cpp +++ b/lib/config/configitem.cpp @@ -679,9 +679,6 @@ bool ConfigItem::CommitItems(const ActivationContext::Ptr& context, WorkQueue& u bool ConfigItem::ActivateItems(const std::vector& newItems, bool runtimeCreated, bool mainConfigActivation, bool withModAttrs, const Value& cookie) { - static std::mutex mtx; - std::unique_lock lock(mtx); - if (withModAttrs) { /* restore modified attributes */ if (Utility::PathExists(Configuration::ModAttrPath)) {