minor: remove compiler warning from unused field in SimulatorFeaturesModule

ghosts
Justin Clark-Casey (justincc) 2014-10-09 01:23:53 +01:00
parent 3e4550adf7
commit ba0707ca1e
1 changed files with 2 additions and 2 deletions

View File

@ -57,8 +57,8 @@ namespace OpenSim.Region.ClientStack.Linden
[Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "SimulatorFeaturesModule")]
public class SimulatorFeaturesModule : ISharedRegionModule, ISimulatorFeaturesModule
{
private static readonly ILog m_log =
LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log =
// LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
public event SimulatorFeaturesRequestDelegate OnSimulatorFeaturesRequest;