aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2012-07-27 22:20:08 +0100
committerJustin Clark-Casey (justincc)2012-07-27 22:20:43 +0100
commitf3c5ce1bbd86fafa0e436efe5de804b65d64b8af (patch)
treec38501ff46aa3e416cba8c10088e411f5e82a4bf
parentRemove duplicated IScenePresence.PresenceType. This is already in ISceneAgen... (diff)
downloadopensim-SC_OLD-f3c5ce1bbd86fafa0e436efe5de804b65d64b8af.zip
opensim-SC_OLD-f3c5ce1bbd86fafa0e436efe5de804b65d64b8af.tar.gz
opensim-SC_OLD-f3c5ce1bbd86fafa0e436efe5de804b65d64b8af.tar.bz2
opensim-SC_OLD-f3c5ce1bbd86fafa0e436efe5de804b65d64b8af.tar.xz
minor: Comment out unused MemoryWatchdog.m_churnRatePerMillisecond - this is currently calculated dynamically
-rw-r--r--OpenSim/Framework/Monitoring/MemoryWatchdog.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Monitoring/MemoryWatchdog.cs b/OpenSim/Framework/Monitoring/MemoryWatchdog.cs
index 6599613..a23cf1f 100644
--- a/OpenSim/Framework/Monitoring/MemoryWatchdog.cs
+++ b/OpenSim/Framework/Monitoring/MemoryWatchdog.cs
@@ -89,7 +89,7 @@ namespace OpenSim.Framework.Monitoring
89 /// <summary> 89 /// <summary>
90 /// Memory churn rate per millisecond. 90 /// Memory churn rate per millisecond.
91 /// </summary> 91 /// </summary>
92 private static double m_churnRatePerMillisecond; 92// private static double m_churnRatePerMillisecond;
93 93
94 /// <summary> 94 /// <summary>
95 /// Historical samples for calculating moving average. 95 /// Historical samples for calculating moving average.