mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
minor: Remove compiler warning from GridRegion in IGridService
This commit is contained in:
@@ -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]";
|
||||
|
||||
Reference in New Issue
Block a user