diff options
author | Justin Clark-Casey (justincc) | 2011-01-21 22:51:52 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-01-21 22:51:52 +0000 |
commit | bf5ec8cb88219c8fefd7b396d5bd03110d3fa0e5 (patch) | |
tree | 9945e90ea0dcade0f9598a9faa4772a0278bc61c /OpenSim/Server/Handlers/Grid | |
parent | minor: remove unnecessary newline from "show throttles" information (diff) | |
download | opensim-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.cs | 2 |
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) |