From 5196af8663653fb345394733bf4bf88185a7565a Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Mon, 12 Aug 2019 17:47:48 -0400
Subject: [PATCH] DRTVWR-493: Rely on recursive_mutex to handle circularity
 from LLParamSingleton::initSingleton().

---
 indra/llcommon/llsingleton.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/indra/llcommon/llsingleton.h b/indra/llcommon/llsingleton.h
index 596a2388a16..03b7d5a349c 100644
--- a/indra/llcommon/llsingleton.h
+++ b/indra/llcommon/llsingleton.h
@@ -526,7 +526,6 @@ class LLParamSingleton : public LLSingleton<DERIVED_TYPE>
         else
         {
             super::constructSingleton(std::forward<Args>(args)...);
-            lk.unlock();
             super::finishInitializing();
         }
     }
-- 
GitLab