minor: Remove compiler warning from GridRegion in IGridService

This commit is contained in:
Justin Clark-Casey (justincc)
2014-10-03 00:43:04 +01:00
parent 968b588bb9
commit 13e2af7525

View File

@@ -126,7 +126,7 @@ namespace OpenSim.Services.Interfaces
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
private static readonly string LogHeader = "[GRID REGION]";