minor: remove a few mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2011-01-28 21:51:25 +00:00
parent a0380af18f
commit ab1ec3c3cc
3 changed files with 8 additions and 7 deletions

View File

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