aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Handlers/Grid
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-01-21 22:51:52 +0000
committerJustin Clark-Casey (justincc)2011-01-21 22:51:52 +0000
commitbf5ec8cb88219c8fefd7b396d5bd03110d3fa0e5 (patch)
tree9945e90ea0dcade0f9598a9faa4772a0278bc61c /OpenSim/Server/Handlers/Grid
parentminor: remove unnecessary newline from "show throttles" information (diff)
downloadopensim-SC_OLD-bf5ec8cb88219c8fefd7b396d5bd03110d3fa0e5.zip
opensim-SC_OLD-bf5ec8cb88219c8fefd7b396d5bd03110d3fa0e5.tar.gz
opensim-SC_OLD-bf5ec8cb88219c8fefd7b396d5bd03110d3fa0e5.tar.bz2
opensim-SC_OLD-bf5ec8cb88219c8fefd7b396d5bd03110d3fa0e5.tar.xz
remove some mono compiler warnings and unnecessary dictionary instantiations
Diffstat (limited to 'OpenSim/Server/Handlers/Grid')
-rw-r--r--OpenSim/Server/Handlers/Grid/GridInfoServerInConnector.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Server/Handlers/Grid/GridInfoServerInConnector.cs b/OpenSim/Server/Handlers/Grid/GridInfoServerInConnector.cs
index c9e80d9..8472d34 100644
--- a/OpenSim/Server/Handlers/Grid/GridInfoServerInConnector.cs
+++ b/OpenSim/Server/Handlers/Grid/GridInfoServerInConnector.cs
@@ -39,7 +39,7 @@ namespace OpenSim.Server.Handlers.Grid
39{ 39{
40 public class GridInfoServerInConnector : ServiceConnector 40 public class GridInfoServerInConnector : ServiceConnector
41 { 41 {
42 private string m_ConfigName = "GridInfoService"; 42// private string m_ConfigName = "GridInfoService";
43 43
44 public GridInfoServerInConnector(IConfigSource config, IHttpServer server, string configName) : 44 public GridInfoServerInConnector(IConfigSource config, IHttpServer server, string configName) :
45 base(config, server, configName) 45 base(config, server, configName)