aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/Null
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-08-31 16:48:21 +0100
committerJustin Clark-Casey (justincc)2011-08-31 16:48:21 +0100
commitd3c03658aa4d79c3398b9fc415c3aaaead5c2db3 (patch)
tree0aa9e71307e04a482ed4b135ea90cedb36dccde1 /OpenSim/Data/Null
parentremove pointless m_attachments == null check since this field is never null (diff)
downloadopensim-SC_OLD-d3c03658aa4d79c3398b9fc415c3aaaead5c2db3.zip
opensim-SC_OLD-d3c03658aa4d79c3398b9fc415c3aaaead5c2db3.tar.gz
opensim-SC_OLD-d3c03658aa4d79c3398b9fc415c3aaaead5c2db3.tar.bz2
opensim-SC_OLD-d3c03658aa4d79c3398b9fc415c3aaaead5c2db3.tar.xz
minor: remove mono compiler warning
Diffstat (limited to 'OpenSim/Data/Null')
-rw-r--r--OpenSim/Data/Null/NullRegionData.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/Null/NullRegionData.cs b/OpenSim/Data/Null/NullRegionData.cs
index 11013c1..9d09af7 100644
--- a/OpenSim/Data/Null/NullRegionData.cs
+++ b/OpenSim/Data/Null/NullRegionData.cs
@@ -40,7 +40,7 @@ namespace OpenSim.Data.Null
40 { 40 {
41 private static NullRegionData Instance = null; 41 private static NullRegionData Instance = null;
42 42
43 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 43// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
44 44
45 Dictionary<UUID, RegionData> m_regionData = new Dictionary<UUID, RegionData>(); 45 Dictionary<UUID, RegionData> m_regionData = new Dictionary<UUID, RegionData>();
46 46