mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 20:05:33 +08:00
minor: remove a few mono compiler warnings
This commit is contained in:
@@ -45,8 +45,8 @@ namespace OpenSim.Region.CoreModules.World.Region
|
||||
[Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "RestartModule")]
|
||||
public class RestartModule : INonSharedRegionModule, IRestartModule
|
||||
{
|
||||
private static readonly ILog m_log =
|
||||
LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
// private static readonly ILog m_log =
|
||||
// LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
protected Scene m_Scene;
|
||||
protected Timer m_CountdownTimer = null;
|
||||
|
||||
Reference in New Issue
Block a user