diff options
author | Justin Clark-Casey (justincc) | 2013-02-14 21:29:35 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-02-14 21:29:35 +0000 |
commit | 0ad07eb44d38fd1b57ef40c5aaf073663bc0694c (patch) | |
tree | f06de2daf452aa2f634f6b28684a3260d018620e /OpenSim/Region/CoreModules/Framework | |
parent | Rename new JsonScript functions JsonPathType() -> JsonGetPathType() and JsonA... (diff) | |
download | opensim-SC_OLD-0ad07eb44d38fd1b57ef40c5aaf073663bc0694c.zip opensim-SC_OLD-0ad07eb44d38fd1b57ef40c5aaf073663bc0694c.tar.gz opensim-SC_OLD-0ad07eb44d38fd1b57ef40c5aaf073663bc0694c.tar.bz2 opensim-SC_OLD-0ad07eb44d38fd1b57ef40c5aaf073663bc0694c.tar.xz |
minor: remove some mono compiler warnings
Diffstat (limited to 'OpenSim/Region/CoreModules/Framework')
-rw-r--r-- | OpenSim/Region/CoreModules/Framework/DynamicAttributes/DAExampleModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/CoreModules/Framework/DynamicAttributes/DAExampleModule.cs b/OpenSim/Region/CoreModules/Framework/DynamicAttributes/DAExampleModule.cs index d36f65a..37131b9 100644 --- a/OpenSim/Region/CoreModules/Framework/DynamicAttributes/DAExampleModule.cs +++ b/OpenSim/Region/CoreModules/Framework/DynamicAttributes/DAExampleModule.cs | |||
@@ -44,7 +44,7 @@ namespace OpenSim.Region.Framework.DynamicAttributes.DAExampleModule | |||
44 | [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "DAExampleModule")] | 44 | [Extension(Path = "/OpenSim/RegionModules", NodeName = "RegionModule", Id = "DAExampleModule")] |
45 | public class DAExampleModule : INonSharedRegionModule | 45 | public class DAExampleModule : INonSharedRegionModule |
46 | { | 46 | { |
47 | private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 47 | // private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
48 | 48 | ||
49 | private static readonly bool ENABLED = false; // enable for testing | 49 | private static readonly bool ENABLED = false; // enable for testing |
50 | 50 | ||