minor: remove mono compiler warning

This commit is contained in:
Justin Clark-Casey (justincc)
2011-07-11 02:11:37 +01:00
parent c6d4304a04
commit e68ae44b6b

View File

@@ -70,7 +70,7 @@ namespace OpenSim.Region.Framework.Scenes
/// </remarks>
public class AsyncInventorySender
{
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;