minor: remove some mono compiler warnings

bulletsim
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

@ -88,7 +88,7 @@ namespace OpenSim.Data.MSSQL
cmd.ExecuteNonQuery(); cmd.ExecuteNonQuery();
} }
} }
catch (Exception ex) catch (Exception)
{ {
throw new Exception(sql); throw new Exception(sql);

View File

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