minor: remove some mono compiler warnings
parent
45c37ef494
commit
8d29d490a1
|
@ -88,7 +88,7 @@ namespace OpenSim.Data.MSSQL
|
|||
cmd.ExecuteNonQuery();
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch (Exception)
|
||||
{
|
||||
throw new Exception(sql);
|
||||
|
||||
|
|
|
@ -191,7 +191,7 @@ namespace OpenSim.Data.MSSQL
|
|||
{
|
||||
cmd.ExecuteNonQuery();
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue