minor: remove some mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2011-08-18 01:16:58 +01:00
parent 45c37ef494
commit 8d29d490a1
2 changed files with 2 additions and 2 deletions

View File

@@ -191,7 +191,7 @@ namespace OpenSim.Data.MSSQL
{
cmd.ExecuteNonQuery();
}
catch (Exception e)
catch (Exception)
{
return false;
}