summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--indra/llcommon/llsingleton.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/llcommon/llsingleton.h b/indra/llcommon/llsingleton.h
index 596a2388a1..03b7d5a349 100644
--- a/indra/llcommon/llsingleton.h
+++ b/indra/llcommon/llsingleton.h
@@ -526,7 +526,6 @@ public:
else
{
super::constructSingleton(std::forward<Args>(args)...);
- lk.unlock();
super::finishInitializing();
}
}