mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 04:05:42 +08:00
minor: remove some mono compiler warnings
This commit is contained in:
@@ -120,7 +120,7 @@ namespace OpenSim.Data.Null
|
||||
/// </summary>
|
||||
public class NullDataStore : ISimulationDataStore
|
||||
{
|
||||
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
protected Dictionary<UUID, RegionSettings> m_regionSettings = new Dictionary<UUID, RegionSettings>();
|
||||
protected Dictionary<UUID, SceneObjectPart> m_sceneObjectParts = new Dictionary<UUID, SceneObjectPart>();
|
||||
|
||||
Reference in New Issue
Block a user