diff options
author | Justin Clarke Casey | 2009-02-25 20:53:02 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2009-02-25 20:53:02 +0000 |
commit | 36e648a37aac3d169dbf28ce14c75f488da8a11e (patch) | |
tree | 89299f4b5d6fab106db7865b76dca34573cf1f34 /OpenSim/Region/Communications | |
parent | * Properly load items into correct folders when an iar is loaded (diff) | |
download | opensim-SC_OLD-36e648a37aac3d169dbf28ce14c75f488da8a11e.zip opensim-SC_OLD-36e648a37aac3d169dbf28ce14c75f488da8a11e.tar.gz opensim-SC_OLD-36e648a37aac3d169dbf28ce14c75f488da8a11e.tar.bz2 opensim-SC_OLD-36e648a37aac3d169dbf28ce14c75f488da8a11e.tar.xz |
* minor: Remove most mono compiler warnings
Diffstat (limited to 'OpenSim/Region/Communications')
-rw-r--r-- | OpenSim/Region/Communications/Hypergrid/HGGridServicesGridMode.cs | 2 | ||||
-rw-r--r-- | OpenSim/Region/Communications/Hypergrid/HGGridServicesStandalone.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Region/Communications/Hypergrid/HGGridServicesGridMode.cs b/OpenSim/Region/Communications/Hypergrid/HGGridServicesGridMode.cs index 85fb4b7..2434d92 100644 --- a/OpenSim/Region/Communications/Hypergrid/HGGridServicesGridMode.cs +++ b/OpenSim/Region/Communications/Hypergrid/HGGridServicesGridMode.cs | |||
@@ -41,7 +41,7 @@ namespace OpenSim.Region.Communications.Hypergrid | |||
41 | { | 41 | { |
42 | public class HGGridServicesGridMode : HGGridServices | 42 | public class HGGridServicesGridMode : HGGridServices |
43 | { | 43 | { |
44 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 44 | //private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
45 | 45 | ||
46 | /// <summary> | 46 | /// <summary> |
47 | /// Encapsulate remote backend services for manipulation of grid regions | 47 | /// Encapsulate remote backend services for manipulation of grid regions |
diff --git a/OpenSim/Region/Communications/Hypergrid/HGGridServicesStandalone.cs b/OpenSim/Region/Communications/Hypergrid/HGGridServicesStandalone.cs index 36d4b99..aa2a275 100644 --- a/OpenSim/Region/Communications/Hypergrid/HGGridServicesStandalone.cs +++ b/OpenSim/Region/Communications/Hypergrid/HGGridServicesStandalone.cs | |||
@@ -56,7 +56,7 @@ namespace OpenSim.Region.Communications.Hypergrid | |||
56 | /// </summary> | 56 | /// </summary> |
57 | protected LocalBackEndServices m_localBackend = new LocalBackEndServices(); | 57 | protected LocalBackEndServices m_localBackend = new LocalBackEndServices(); |
58 | 58 | ||
59 | private Dictionary<ulong, int> m_deadRegionCache = new Dictionary<ulong, int>(); | 59 | //private Dictionary<ulong, int> m_deadRegionCache = new Dictionary<ulong, int>(); |
60 | 60 | ||
61 | public LocalBackEndServices LocalBackend | 61 | public LocalBackEndServices LocalBackend |
62 | { | 62 | { |