aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MSSQL/MSSQLManager.cs
diff options
context:
space:
mode:
authorJustin Clark-Casey (justincc)2011-03-31 22:20:12 +0100
committerJustin Clark-Casey (justincc)2011-03-31 22:20:12 +0100
commit7bba31e8d943f03e2ea54317703e1bd9e243b70b (patch)
tree022ef8317fcca299268538195d2a1a1c6210a812 /OpenSim/Data/MSSQL/MSSQLManager.cs
parentRemove unused Datastore parameter from RegionInfo (legacy from early 2008) (diff)
downloadopensim-SC_OLD-7bba31e8d943f03e2ea54317703e1bd9e243b70b.zip
opensim-SC_OLD-7bba31e8d943f03e2ea54317703e1bd9e243b70b.tar.gz
opensim-SC_OLD-7bba31e8d943f03e2ea54317703e1bd9e243b70b.tar.bz2
opensim-SC_OLD-7bba31e8d943f03e2ea54317703e1bd9e243b70b.tar.xz
remove some mono compiler warnings
Diffstat (limited to 'OpenSim/Data/MSSQL/MSSQLManager.cs')
-rw-r--r--OpenSim/Data/MSSQL/MSSQLManager.cs4
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Data/MSSQL/MSSQLManager.cs b/OpenSim/Data/MSSQL/MSSQLManager.cs
index 575fd21..cf963e3 100644
--- a/OpenSim/Data/MSSQL/MSSQLManager.cs
+++ b/OpenSim/Data/MSSQL/MSSQLManager.cs
@@ -41,7 +41,7 @@ namespace OpenSim.Data.MSSQL
41 /// </summary> 41 /// </summary>
42 public class MSSQLManager 42 public class MSSQLManager
43 { 43 {
44 private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); 44// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
45 45
46 /// <summary> 46 /// <summary>
47 /// Connection string for ADO.net 47 /// Connection string for ADO.net
@@ -180,8 +180,6 @@ namespace OpenSim.Data.MSSQL
180 return parameter; 180 return parameter;
181 } 181 }
182 182
183 private static readonly Dictionary<string, string> emptyDictionary = new Dictionary<string, string>();
184
185 /// <summary> 183 /// <summary>
186 /// Checks if we need to do some migrations to the database 184 /// Checks if we need to do some migrations to the database
187 /// </summary> 185 /// </summary>