minor: remove mono compiler warning in StatsManager

0.7.6-extended
Justin Clark-Casey (justincc) 2013-08-17 00:51:21 +01:00
parent 1f1736a79f
commit 217c8deae5
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ namespace OpenSim.Framework.Monitoring
public static Hashtable HandleStatsRequest(Hashtable request) public static Hashtable HandleStatsRequest(Hashtable request)
{ {
Hashtable responsedata = new Hashtable(); Hashtable responsedata = new Hashtable();
string regpath = request["uri"].ToString(); // string regpath = request["uri"].ToString();
int response_code = 200; int response_code = 200;
string contenttype = "text/json"; string contenttype = "text/json";