minor: remove mono compiler warning
parent
bb5dd9fbbc
commit
86a61696d7
|
@ -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)
|
||||||
// {
|
// {
|
||||||
|
|
Loading…
Reference in New Issue