* minor: remove mono compiler warnings

0.6.1-post-fixes
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

@ -40,7 +40,7 @@ namespace OpenSim.Region.Environment.Modules.World.Estate
public class EstateTerrainXferHandler
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
//private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
private AssetBase m_asset;
@ -48,9 +48,9 @@ namespace OpenSim.Region.Environment.Modules.World.Estate
public event TerrainUploadComplete TerrainUploadDone;
private string m_description = String.Empty;
private string m_name = String.Empty;
private UUID TransactionID = UUID.Zero;
//private string m_description = String.Empty;
//private string m_name = String.Empty;
//private UUID TransactionID = UUID.Zero;
private sbyte type = 0;
public ulong mXferID;

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;