Remove a couple of orphaned lines
parent
b4f472c4fa
commit
10572b78f8
|
@ -330,13 +330,10 @@ namespace OpenSim.Region.OptionalModules.Avatar.UserProfiles
|
||||||
|
|
||||||
if(!classifiedCache.ContainsKey(cid))
|
if(!classifiedCache.ContainsKey(cid))
|
||||||
{
|
{
|
||||||
// lock(classifiedLock)
|
|
||||||
// {
|
|
||||||
lock(classifiedCache)
|
lock(classifiedCache)
|
||||||
classifiedCache.Add(cid,creatorId);
|
classifiedCache.Add(cid,creatorId);
|
||||||
lock(classifiedInterest)
|
lock(classifiedInterest)
|
||||||
classifiedInterest.Add(cid, 0);
|
classifiedInterest.Add(cid, 0);
|
||||||
// }
|
|
||||||
}
|
}
|
||||||
|
|
||||||
lock(classifiedInterest)
|
lock(classifiedInterest)
|
||||||
|
|
Loading…
Reference in New Issue