* remove mono compiler warnings

This commit is contained in:
Justin Clarke Casey
2009-01-06 15:26:30 +00:00
parent 79bf2c8096
commit 47a693ff1a
2 changed files with 2 additions and 10 deletions

View File

@@ -93,7 +93,7 @@ namespace OpenSim.Region.UserStatistics
{
if (m_scene.Count == 0)
{
IConfig startupConfig = config.Configs["Startup"];
//IConfig startupConfig = config.Configs["Startup"];
dbConn = new SqliteConnection("URI=file:LocalUserStatistics.db,version=3");
dbConn.Open();
@@ -159,7 +159,7 @@ namespace OpenSim.Region.UserStatistics
}
public Hashtable HandleUnknownCAPSRequest(Hashtable request)
{
string regpath = request["uri"].ToString();
//string regpath = request["uri"].ToString();
int response_code = 200;
string contenttype = "text/html";
UpdateUserStats(ParseViewerStats(request["body"].ToString(), UUID.Zero), dbConn);