minor: Remove compiler warning from GridRegion in IGridService

mb-throttle-test
Justin Clark-Casey (justincc) 2014-10-03 00:43:04 +01:00
parent 968b588bb9
commit 13e2af7525
1 changed files with 1 additions and 1 deletions

View File

@ -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]";