diff options
-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. |