minor: remove mono compiler warning

remove-scene-viewer
Justin Clark-Casey (justincc) 2011-08-31 16:48:21 +01:00
parent 54839d28ad
commit d3c03658aa
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ namespace OpenSim.Data.Null
{
private static NullRegionData Instance = null;
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
Dictionary<UUID, RegionData> m_regionData = new Dictionary<UUID, RegionData>();