aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Data/MySQL/MySQLGenericTableHandler.cs
diff options
context:
space:
mode:
authorDiva Canto2010-03-01 22:23:52 -0800
committerDiva Canto2010-03-01 22:23:52 -0800
commitcb6c371a85d90d4d4dde59d50df15951d9d19e37 (patch)
tree3ab1221f389679c1a7a45efcebb60157c72bbe3f /OpenSim/Data/MySQL/MySQLGenericTableHandler.cs
parentOffline friendship offers now working. (diff)
parentMerge branch 'master' into presence-refactor (diff)
downloadopensim-SC_OLD-cb6c371a85d90d4d4dde59d50df15951d9d19e37.zip
opensim-SC_OLD-cb6c371a85d90d4d4dde59d50df15951d9d19e37.tar.gz
opensim-SC_OLD-cb6c371a85d90d4d4dde59d50df15951d9d19e37.tar.bz2
opensim-SC_OLD-cb6c371a85d90d4d4dde59d50df15951d9d19e37.tar.xz
Merge branch 'presence-refactor' of ssh://diva@opensimulator.org/var/git/opensim into presence-refactor
Diffstat (limited to 'OpenSim/Data/MySQL/MySQLGenericTableHandler.cs')
-rw-r--r--OpenSim/Data/MySQL/MySQLGenericTableHandler.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Data/MySQL/MySQLGenericTableHandler.cs b/OpenSim/Data/MySQL/MySQLGenericTableHandler.cs
index 6ad59f6..b170dde 100644
--- a/OpenSim/Data/MySQL/MySQLGenericTableHandler.cs
+++ b/OpenSim/Data/MySQL/MySQLGenericTableHandler.cs
@@ -39,10 +39,6 @@ namespace OpenSim.Data.MySQL
39{ 39{
40 public class MySQLGenericTableHandler<T> : MySqlFramework where T: class, new() 40 public class MySQLGenericTableHandler<T> : MySqlFramework where T: class, new()
41 { 41 {
42 private static readonly ILog m_log =
43 LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
44
45
46 protected Dictionary<string, FieldInfo> m_Fields = 42 protected Dictionary<string, FieldInfo> m_Fields =
47 new Dictionary<string, FieldInfo>(); 43 new Dictionary<string, FieldInfo>();
48 44