diff options
Diffstat (limited to 'OpenSim/Region/Environment/Scenes')
-rw-r--r-- | OpenSim/Region/Environment/Scenes/SimStatsReporter.cs | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/OpenSim/Region/Environment/Scenes/SimStatsReporter.cs b/OpenSim/Region/Environment/Scenes/SimStatsReporter.cs index 3d8a720..68140f4 100644 --- a/OpenSim/Region/Environment/Scenes/SimStatsReporter.cs +++ b/OpenSim/Region/Environment/Scenes/SimStatsReporter.cs | |||
@@ -85,7 +85,9 @@ namespace OpenSim.Region.Environment.Scenes | |||
85 | private int m_physicsMS = 0; | 85 | private int m_physicsMS = 0; |
86 | private int m_imageMS = 0; | 86 | private int m_imageMS = 0; |
87 | private int m_otherMS = 0; | 87 | private int m_otherMS = 0; |
88 | private int m_scriptMS = 0; | 88 | |
89 | //Ckrinke: (3-21-08) Comment out to remove a compiler warning. Bring back into play when needed. | ||
90 | //Ckrinke private int m_scriptMS = 0; | ||
89 | 91 | ||
90 | private int m_rootAgents = 0; | 92 | private int m_rootAgents = 0; |
91 | private int m_childAgents = 0; | 93 | private int m_childAgents = 0; |
@@ -272,7 +274,9 @@ namespace OpenSim.Region.Environment.Scenes | |||
272 | m_physicsMS = 0; | 274 | m_physicsMS = 0; |
273 | m_imageMS = 0; | 275 | m_imageMS = 0; |
274 | m_otherMS = 0; | 276 | m_otherMS = 0; |
275 | m_scriptMS = 0; | 277 | |
278 | //Ckrinke This variable is not used, so comment to remove compiler warning until it is used. | ||
279 | //Ckrinke m_scriptMS = 0; | ||
276 | } | 280 | } |
277 | 281 | ||
278 | # region methods called from Scene | 282 | # region methods called from Scene |