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