aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/MSSQLMigration.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-08-18 01:16:58 +0100
committerJustin Clark-Casey (justincc)2011-08-18 01:16:58 +0100
commit8d29d490a10c840a5b4f7b58c66e04295fe34edd (patch)
treea358d56fae0807ec2730d8f50e2caf5a11500ecf /OpenSim/Data/MSSQL/MSSQLMigration.cs
parentrefactor: Fold 3 ScenePresence() constructors into one since only one is called. (diff)
downloadopensim-SC_OLD-8d29d490a10c840a5b4f7b58c66e04295fe34edd.zip
opensim-SC_OLD-8d29d490a10c840a5b4f7b58c66e04295fe34edd.tar.gz
opensim-SC_OLD-8d29d490a10c840a5b4f7b58c66e04295fe34edd.tar.bz2
opensim-SC_OLD-8d29d490a10c840a5b4f7b58c66e04295fe34edd.tar.xz
minor: remove some mono compiler warnings
Diffstat (limited to '')
-rw-r--r--OpenSim/Data/MSSQL/MSSQLMigration.cs2
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