diff options
author | Justin Clark-Casey (justincc) | 2011-08-18 01:16:58 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-08-18 01:16:58 +0100 |
commit | 8d29d490a10c840a5b4f7b58c66e04295fe34edd (patch) | |
tree | a358d56fae0807ec2730d8f50e2caf5a11500ecf /OpenSim/Data/MSSQL/MSSQLMigration.cs | |
parent | refactor: Fold 3 ScenePresence() constructors into one since only one is called. (diff) | |
download | opensim-SC-8d29d490a10c840a5b4f7b58c66e04295fe34edd.zip opensim-SC-8d29d490a10c840a5b4f7b58c66e04295fe34edd.tar.gz opensim-SC-8d29d490a10c840a5b4f7b58c66e04295fe34edd.tar.bz2 opensim-SC-8d29d490a10c840a5b4f7b58c66e04295fe34edd.tar.xz |
minor: remove some mono compiler warnings
Diffstat (limited to 'OpenSim/Data/MSSQL/MSSQLMigration.cs')
-rw-r--r-- | OpenSim/Data/MSSQL/MSSQLMigration.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLMigration.cs b/OpenSim/Data/MSSQL/MSSQLMigration.cs index 1aa96c7..c2fecef 100644 --- a/OpenSim/Data/MSSQL/MSSQLMigration.cs +++ b/OpenSim/Data/MSSQL/MSSQLMigration.cs | |||
@@ -88,7 +88,7 @@ namespace OpenSim.Data.MSSQL | |||
88 | cmd.ExecuteNonQuery(); | 88 | cmd.ExecuteNonQuery(); |
89 | } | 89 | } |
90 | } | 90 | } |
91 | catch (Exception ex) | 91 | catch (Exception) |
92 | { | 92 | { |
93 | throw new Exception(sql); | 93 | throw new Exception(sql); |
94 | 94 | ||