diff options
author | Justin Clark-Casey (justincc) | 2011-10-12 21:54:25 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-10-12 21:54:25 +0100 |
commit | f08664f422f984fa57cc0ecb97c04eee3dccd183 (patch) | |
tree | b6e3022163d4bb2823dc99e48e51d9e7da6f1007 /OpenSim/Region/Framework/Scenes/EntityBase.cs | |
parent | Get rid of some traces of the old pre-ROBUST grid architecture config (diff) | |
download | opensim-SC_OLD-f08664f422f984fa57cc0ecb97c04eee3dccd183.zip opensim-SC_OLD-f08664f422f984fa57cc0ecb97c04eee3dccd183.tar.gz opensim-SC_OLD-f08664f422f984fa57cc0ecb97c04eee3dccd183.tar.bz2 opensim-SC_OLD-f08664f422f984fa57cc0ecb97c04eee3dccd183.tar.xz |
remove some mono compiler warnings
Diffstat (limited to 'OpenSim/Region/Framework/Scenes/EntityBase.cs')
-rw-r--r-- | OpenSim/Region/Framework/Scenes/EntityBase.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Framework/Scenes/EntityBase.cs b/OpenSim/Region/Framework/Scenes/EntityBase.cs index 680a4a3..664be01 100644 --- a/OpenSim/Region/Framework/Scenes/EntityBase.cs +++ b/OpenSim/Region/Framework/Scenes/EntityBase.cs | |||
@@ -37,7 +37,7 @@ namespace OpenSim.Region.Framework.Scenes | |||
37 | { | 37 | { |
38 | public abstract class EntityBase : ISceneEntity | 38 | public abstract class EntityBase : ISceneEntity |
39 | { | 39 | { |
40 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 40 | // private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
41 | 41 | ||
42 | /// <summary> | 42 | /// <summary> |
43 | /// The scene to which this entity belongs | 43 | /// The scene to which this entity belongs |