do similar changes to unused checksManager

This commit is contained in:
UbitUmarov
2016-08-24 07:41:11 +01:00
parent fc45942026
commit 387d564aad
2 changed files with 21 additions and 27 deletions

View File

@@ -363,9 +363,6 @@ namespace OpenSim.Framework.Monitoring
if (TryGetStatParents(stat, out category, out container))
return false;
// We take a copy-on-write approach here of replacing dictionaries when keys are added or removed.
// This means that we don't need to lock or copy them on iteration, which will be a much more
// common operation after startup.
if (container == null)
container = new SortedDictionary<string, Stat>();