aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Communications/Hypergrid/HGCommunicationsGridMode.cs
diff options
context:
space:
mode:
authorJeff Ames2009-08-13 15:43:24 +0900
committerJeff Ames2009-08-13 15:43:24 +0900
commit1123a326ab703add89944b1e0c3a78be9bc95c45 (patch)
tree3ca8493f4a8aec64cc372a7b2e58ccda6b4c0363 /OpenSim/Region/Communications/Hypergrid/HGCommunicationsGridMode.cs
parentminor:comments (diff)
downloadopensim-SC_OLD-1123a326ab703add89944b1e0c3a78be9bc95c45.zip
opensim-SC_OLD-1123a326ab703add89944b1e0c3a78be9bc95c45.tar.gz
opensim-SC_OLD-1123a326ab703add89944b1e0c3a78be9bc95c45.tar.bz2
opensim-SC_OLD-1123a326ab703add89944b1e0c3a78be9bc95c45.tar.xz
Formatting cleanup. Fix some compiler warnings.
Diffstat (limited to 'OpenSim/Region/Communications/Hypergrid/HGCommunicationsGridMode.cs')
-rw-r--r--OpenSim/Region/Communications/Hypergrid/HGCommunicationsGridMode.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenSim/Region/Communications/Hypergrid/HGCommunicationsGridMode.cs b/OpenSim/Region/Communications/Hypergrid/HGCommunicationsGridMode.cs
index 99a4057..381070e 100644
--- a/OpenSim/Region/Communications/Hypergrid/HGCommunicationsGridMode.cs
+++ b/OpenSim/Region/Communications/Hypergrid/HGCommunicationsGridMode.cs
@@ -40,9 +40,6 @@ namespace OpenSim.Region.Communications.Hypergrid
40{ 40{
41 public class HGCommunicationsGridMode : CommunicationsManager // CommunicationsOGS1 41 public class HGCommunicationsGridMode : CommunicationsManager // CommunicationsOGS1
42 { 42 {
43 private static readonly ILog m_log
44 = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
45
46 IHyperlink m_osw = null; 43 IHyperlink m_osw = null;
47 public IHyperlink HGServices 44 public IHyperlink HGServices
48 { 45 {