minor: Remove compiler warning from GridRegion in IGridService
parent
968b588bb9
commit
13e2af7525
|
@ -126,7 +126,7 @@ namespace OpenSim.Services.Interfaces
|
||||||
|
|
||||||
public class GridRegion
|
public class GridRegion
|
||||||
{
|
{
|
||||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||||
|
|
||||||
#pragma warning disable 414
|
#pragma warning disable 414
|
||||||
private static readonly string LogHeader = "[GRID REGION]";
|
private static readonly string LogHeader = "[GRID REGION]";
|
||||||
|
|
Loading…
Reference in New Issue