remove some mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2011-11-25 22:19:57 +00:00
parent 0688861aa7
commit b785f204ce
6 changed files with 13 additions and 13 deletions

View File

@@ -56,7 +56,7 @@ namespace OpenSim.Region.Physics.Manager
public abstract class PhysicsScene
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
/// <summary>
/// Name of this scene. Useful in debug messages to distinguish one OdeScene instance from another.