aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Environment/Modules/ContentManagementSystem/SceneObjectGroupDiff.cs
diff options
context:
space:
mode:
authorJustin Clarke Casey2008-09-06 00:09:24 +0000
committerJustin Clarke Casey2008-09-06 00:09:24 +0000
commitde467f4903ea41374382cf8a005b3fdeeae280e7 (patch)
tree43a6cce4d4f0e26d22d8c6525dfc5871745f06d2 /OpenSim/Region/Environment/Modules/ContentManagementSystem/SceneObjectGroupDiff.cs
parentMantis#2093. Thank you kindly, Ewe Loon for a patch that: (diff)
downloadopensim-SC_OLD-de467f4903ea41374382cf8a005b3fdeeae280e7.zip
opensim-SC_OLD-de467f4903ea41374382cf8a005b3fdeeae280e7.tar.gz
opensim-SC_OLD-de467f4903ea41374382cf8a005b3fdeeae280e7.tar.bz2
opensim-SC_OLD-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.cs2
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