* minor: remove mono compiler warnings

This commit is contained in:
Justin Clarke Casey
2008-11-14 20:15:22 +00:00
parent 95a5bfc560
commit a760586f26
2 changed files with 5 additions and 5 deletions

View File

@@ -55,7 +55,7 @@ namespace OpenSim.Region.Physics.OdePlugin
}
public class OdeCharacter : PhysicsActor
{
private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
//private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
private PhysicsVector _position;
private d.Vector3 _zeroPosition;