aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/World/Land/PrimCountModule.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-08-23 21:41:16 +0100
committerJustin Clark-Casey (justincc)2011-08-23 21:41:16 +0100
commit014cd4f8bb018391aef8e3301988975403b939a1 (patch)
treec6178fa5afaacb081e9838717567621c1a79e6e0 /OpenSim/Region/CoreModules/World/Land/PrimCountModule.cs
parentreplace TestRemoveAttachments() with a more thorough TestRemoveAttachment() (diff)
downloadopensim-SC_OLD-014cd4f8bb018391aef8e3301988975403b939a1.zip
opensim-SC_OLD-014cd4f8bb018391aef8e3301988975403b939a1.tar.gz
opensim-SC_OLD-014cd4f8bb018391aef8e3301988975403b939a1.tar.bz2
opensim-SC_OLD-014cd4f8bb018391aef8e3301988975403b939a1.tar.xz
remove mono compiler warnings
Diffstat (limited to '')
-rw-r--r--OpenSim/Region/CoreModules/World/Land/PrimCountModule.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/World/Land/PrimCountModule.cs b/OpenSim/Region/CoreModules/World/Land/PrimCountModule.cs
index dca842a..efede5c 100644
--- a/OpenSim/Region/CoreModules/World/Land/PrimCountModule.cs
+++ b/OpenSim/Region/CoreModules/World/Land/PrimCountModule.cs
@@ -51,7 +51,7 @@ namespace OpenSim.Region.CoreModules.World.Land
51 51
52 public class PrimCountModule : IPrimCountModule, INonSharedRegionModule 52 public class PrimCountModule : IPrimCountModule, INonSharedRegionModule
53 { 53 {
54 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 54// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
55 55
56 private Scene m_Scene; 56 private Scene m_Scene;
57 private Dictionary<UUID, PrimCounts> m_PrimCounts = 57 private Dictionary<UUID, PrimCounts> m_PrimCounts =