aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2013-07-08 23:36:57 +0100
committerJustin Clark-Casey (justincc)2013-07-08 23:36:57 +0100
commit047ef9c2a5cb573c0a506fecd0f2a7e8dc85c023 (patch)
tree96a01b9c1c00466e7d2593b9237adb1ab09b050d /OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
parentminor: remove now unused migration-hack bool from DAMap (diff)
downloadopensim-SC_OLD-047ef9c2a5cb573c0a506fecd0f2a7e8dc85c023.zip
opensim-SC_OLD-047ef9c2a5cb573c0a506fecd0f2a7e8dc85c023.tar.gz
opensim-SC_OLD-047ef9c2a5cb573c0a506fecd0f2a7e8dc85c023.tar.bz2
opensim-SC_OLD-047ef9c2a5cb573c0a506fecd0f2a7e8dc85c023.tar.xz
minor: remove some mono compiler warnings in OdePlugin
Diffstat (limited to 'OpenSim/Region/Physics/OdePlugin/OdePlugin.cs')
-rw-r--r--OpenSim/Region/Physics/OdePlugin/OdePlugin.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
index 07663b3..7e652fc 100644
--- a/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
+++ b/OpenSim/Region/Physics/OdePlugin/OdePlugin.cs
@@ -46,7 +46,7 @@ namespace OpenSim.Region.Physics.OdePlugin
46 /// </summary> 46 /// </summary>
47 public class OdePlugin : IPhysicsPlugin 47 public class OdePlugin : IPhysicsPlugin
48 { 48 {
49 private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); 49// private static readonly log4net.ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType);
50 50
51 private OdeScene m_scene; 51 private OdeScene m_scene;
52 52