diff options
author | Justin Clark-Casey (justincc) | 2013-08-17 00:51:21 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2013-08-17 00:51:21 +0100 |
commit | 217c8deae5fab5aa025932b027dfc4a4b629cc58 (patch) | |
tree | 8c2e62bee1c3bd801bc8122bf5355ed97b027f48 | |
parent | minor: Make log messages consistent in NeighbourServicesConnector (diff) | |
download | opensim-SC_OLD-217c8deae5fab5aa025932b027dfc4a4b629cc58.zip opensim-SC_OLD-217c8deae5fab5aa025932b027dfc4a4b629cc58.tar.gz opensim-SC_OLD-217c8deae5fab5aa025932b027dfc4a4b629cc58.tar.bz2 opensim-SC_OLD-217c8deae5fab5aa025932b027dfc4a4b629cc58.tar.xz |
minor: remove mono compiler warning in StatsManager
-rw-r--r-- | OpenSim/Framework/Monitoring/StatsManager.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Framework/Monitoring/StatsManager.cs b/OpenSim/Framework/Monitoring/StatsManager.cs index 7cf1fa7..05ee4c5 100644 --- a/OpenSim/Framework/Monitoring/StatsManager.cs +++ b/OpenSim/Framework/Monitoring/StatsManager.cs | |||
@@ -267,7 +267,7 @@ namespace OpenSim.Framework.Monitoring | |||
267 | public static Hashtable HandleStatsRequest(Hashtable request) | 267 | public static Hashtable HandleStatsRequest(Hashtable request) |
268 | { | 268 | { |
269 | Hashtable responsedata = new Hashtable(); | 269 | Hashtable responsedata = new Hashtable(); |
270 | string regpath = request["uri"].ToString(); | 270 | // string regpath = request["uri"].ToString(); |
271 | int response_code = 200; | 271 | int response_code = 200; |
272 | string contenttype = "text/json"; | 272 | string contenttype = "text/json"; |
273 | 273 | ||