diff options
author | Justin Clark-Casey (justincc) | 2013-07-08 23:36:57 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-07-08 23:36:57 +0100 |
commit | 047ef9c2a5cb573c0a506fecd0f2a7e8dc85c023 (patch) | |
tree | 96a01b9c1c00466e7d2593b9237adb1ab09b050d /OpenSim/Region/Physics/OdePlugin/OdePlugin.cs | |
parent | minor: remove now unused migration-hack bool from DAMap (diff) | |
download | opensim-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.cs | 2 |
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 | ||