minor: remove mono compiler warning

bulletsim
Justin Clark-Casey (justincc) 2011-07-11 02:11:37 +01:00
parent c6d4304a04
commit e68ae44b6b
1 changed files with 1 additions and 1 deletions

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;