Remove a couple of orphaned lines

cpu-performance
BlueWall 2013-06-05 15:10:53 -04:00
parent b4f472c4fa
commit 10572b78f8
1 changed files with 0 additions and 3 deletions

View File

@ -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)