remove further mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2011-05-06 22:47:41 +01:00
parent 3d095e84d6
commit 04ecd748d9
7 changed files with 9 additions and 9 deletions

View File

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