mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 08:55:56 +08:00
minor: remove some mono compiler warnings
This commit is contained in:
@@ -88,7 +88,7 @@ namespace OpenSim.Data.MSSQL
|
||||
cmd.ExecuteNonQuery();
|
||||
}
|
||||
}
|
||||
catch (Exception ex)
|
||||
catch (Exception)
|
||||
{
|
||||
throw new Exception(sql);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user