mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
Remove a couple of orphaned lines
This commit is contained in:
@@ -330,13 +330,10 @@ namespace OpenSim.Region.OptionalModules.Avatar.UserProfiles
|
||||
|
||||
if(!classifiedCache.ContainsKey(cid))
|
||||
{
|
||||
// lock(classifiedLock)
|
||||
// {
|
||||
lock(classifiedCache)
|
||||
classifiedCache.Add(cid,creatorId);
|
||||
lock(classifiedInterest)
|
||||
classifiedInterest.Add(cid, 0);
|
||||
// }
|
||||
}
|
||||
|
||||
lock(classifiedInterest)
|
||||
|
||||
Reference in New Issue
Block a user