minor: Comment out unused MemoryWatchdog.m_churnRatePerMillisecond - this is currently calculated dynamically

0.7.4.1
Justin Clark-Casey (justincc) 2012-07-27 22:20:08 +01:00
parent 0d9afad3fe
commit f3c5ce1bbd
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ namespace OpenSim.Framework.Monitoring
/// <summary>
/// Memory churn rate per millisecond.
/// </summary>
private static double m_churnRatePerMillisecond;
// private static double m_churnRatePerMillisecond;
/// <summary>
/// Historical samples for calculating moving average.