minor: Remove compiler warning in GridService
parent
4e92b55231
commit
e008d54cd4
|
@ -46,7 +46,7 @@ namespace OpenSim.Services.GridService
|
||||||
private static readonly ILog m_log =
|
private static readonly ILog m_log =
|
||||||
LogManager.GetLogger(
|
LogManager.GetLogger(
|
||||||
MethodBase.GetCurrentMethod().DeclaringType);
|
MethodBase.GetCurrentMethod().DeclaringType);
|
||||||
private string LogHeader = "[GRID SERVICE]";
|
// private string LogHeader = "[GRID SERVICE]";
|
||||||
|
|
||||||
private bool m_DeleteOnUnregister = true;
|
private bool m_DeleteOnUnregister = true;
|
||||||
private static GridService m_RootInstance = null;
|
private static GridService m_RootInstance = null;
|
||||||
|
|
Loading…
Reference in New Issue