minor: remove some mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2011-08-16 21:45:01 +01:00
parent 96ee87e39b
commit 8d866ae8c3
2 changed files with 6 additions and 5 deletions

View File

@@ -54,8 +54,9 @@ namespace OpenSim.Region.ClientStack.Linden
[Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule")]
public class GetTextureModule : INonSharedRegionModule
{
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;
private IAssetService m_assetService;