diff options
author | Justin Clarke Casey | 2008-09-06 00:09:24 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-09-06 00:09:24 +0000 |
commit | de467f4903ea41374382cf8a005b3fdeeae280e7 (patch) | |
tree | 43a6cce4d4f0e26d22d8c6525dfc5871745f06d2 /OpenSim/Region/Environment/Modules/ContentManagementSystem/SceneObjectGroupDiff.cs | |
parent | Mantis#2093. Thank you kindly, Ewe Loon for a patch that: (diff) | |
download | opensim-SC-de467f4903ea41374382cf8a005b3fdeeae280e7.zip opensim-SC-de467f4903ea41374382cf8a005b3fdeeae280e7.tar.gz opensim-SC-de467f4903ea41374382cf8a005b3fdeeae280e7.tar.bz2 opensim-SC-de467f4903ea41374382cf8a005b3fdeeae280e7.tar.xz |
* Remove lots of warnings from the CMS module
* Remove a few other miscellaneous warnings
Diffstat (limited to 'OpenSim/Region/Environment/Modules/ContentManagementSystem/SceneObjectGroupDiff.cs')
-rw-r--r-- | OpenSim/Region/Environment/Modules/ContentManagementSystem/SceneObjectGroupDiff.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Environment/Modules/ContentManagementSystem/SceneObjectGroupDiff.cs b/OpenSim/Region/Environment/Modules/ContentManagementSystem/SceneObjectGroupDiff.cs index 58f6eea..38938c6 100644 --- a/OpenSim/Region/Environment/Modules/ContentManagementSystem/SceneObjectGroupDiff.cs +++ b/OpenSim/Region/Environment/Modules/ContentManagementSystem/SceneObjectGroupDiff.cs | |||
@@ -93,7 +93,7 @@ namespace OpenSim.Region.Environment.Modules.ContentManagement | |||
93 | #region Static Fields | 93 | #region Static Fields |
94 | 94 | ||
95 | static float TimeToDiff = 0; | 95 | static float TimeToDiff = 0; |
96 | private static readonly ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); | 96 | // private static readonly ILog m_log = log4net.LogManager.GetLogger(System.Reflection.MethodBase.GetCurrentMethod().DeclaringType); |
97 | 97 | ||
98 | #endregion Static Fields | 98 | #endregion Static Fields |
99 | 99 | ||