diff options
author | Justin Clark-Casey (justincc) | 2012-07-27 22:20:08 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2012-07-27 22:20:43 +0100 |
commit | f3c5ce1bbd86fafa0e436efe5de804b65d64b8af (patch) | |
tree | c38501ff46aa3e416cba8c10088e411f5e82a4bf /OpenSim/Framework | |
parent | Remove duplicated IScenePresence.PresenceType. This is already in ISceneAgen... (diff) | |
download | opensim-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
Diffstat (limited to 'OpenSim/Framework')
-rw-r--r-- | OpenSim/Framework/Monitoring/MemoryWatchdog.cs | 2 |
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. |