minor: remove mono compiler warning

prebuild-update
Justin Clark-Casey (justincc) 2010-08-20 17:58:02 +01:00
parent bb5dd9fbbc
commit 86a61696d7
1 changed files with 9 additions and 9 deletions

View File

@ -100,7 +100,7 @@ namespace OpenSim.Region.CoreModules.InterGrid
bool enabled = false; bool enabled = false;
IConfig cfg = null; IConfig cfg = null;
IConfig httpcfg = null; IConfig httpcfg = null;
IConfig startupcfg = null; // IConfig startupcfg = null;
try try
{ {
cfg = config.Configs["OpenGridProtocol"]; cfg = config.Configs["OpenGridProtocol"];
@ -117,14 +117,14 @@ namespace OpenSim.Region.CoreModules.InterGrid
{ {
} }
try // try
{ // {
startupcfg = config.Configs["Startup"]; // startupcfg = config.Configs["Startup"];
} // }
catch (NullReferenceException) // catch (NullReferenceException)
{ // {
//
} // }
// if (startupcfg != null) // if (startupcfg != null)
// { // {