diff options
author | BlueWall | 2013-06-05 15:10:53 -0400 |
---|---|---|
committer | BlueWall | 2013-06-05 15:10:53 -0400 |
commit | 10572b78f8d726ff07fd37dca4bb4f27f38563cb (patch) | |
tree | 663683fdf4e081763f021249399e525832d42617 | |
parent | Make locking more uniform (diff) | |
download | opensim-SC_OLD-10572b78f8d726ff07fd37dca4bb4f27f38563cb.zip opensim-SC_OLD-10572b78f8d726ff07fd37dca4bb4f27f38563cb.tar.gz opensim-SC_OLD-10572b78f8d726ff07fd37dca4bb4f27f38563cb.tar.bz2 opensim-SC_OLD-10572b78f8d726ff07fd37dca4bb4f27f38563cb.tar.xz |
Remove a couple of orphaned lines
-rw-r--r-- | OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs b/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs index 7165cb6..13f0167 100644 --- a/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs +++ b/OpenSim/Region/CoreModules/Avatar/UserProfiles/UserProfileModule.cs | |||
@@ -330,13 +330,10 @@ namespace OpenSim.Region.OptionalModules.Avatar.UserProfiles | |||
330 | 330 | ||
331 | if(!classifiedCache.ContainsKey(cid)) | 331 | if(!classifiedCache.ContainsKey(cid)) |
332 | { | 332 | { |
333 | // lock(classifiedLock) | ||
334 | // { | ||
335 | lock(classifiedCache) | 333 | lock(classifiedCache) |
336 | classifiedCache.Add(cid,creatorId); | 334 | classifiedCache.Add(cid,creatorId); |
337 | lock(classifiedInterest) | 335 | lock(classifiedInterest) |
338 | classifiedInterest.Add(cid, 0); | 336 | classifiedInterest.Add(cid, 0); |
339 | // } | ||
340 | } | 337 | } |
341 | 338 | ||
342 | lock(classifiedInterest) | 339 | lock(classifiedInterest) |