diff options
author | Melanie | 2010-02-04 17:29:33 +0000 |
---|---|---|
committer | Melanie | 2010-02-04 17:29:33 +0000 |
commit | 776d62b9c610614053ccd30384624e61c7514edf (patch) | |
tree | 52426c20053987488cec78bd2a22a5639ba776f2 /OpenSim/Data/SQLite/SQLiteGenericTableHandler.cs | |
parent | Line endings cleanup (diff) | |
parent | Revert "change position of OnAttach event firing so that this also happens wh... (diff) | |
download | opensim-SC-776d62b9c610614053ccd30384624e61c7514edf.zip opensim-SC-776d62b9c610614053ccd30384624e61c7514edf.tar.gz opensim-SC-776d62b9c610614053ccd30384624e61c7514edf.tar.bz2 opensim-SC-776d62b9c610614053ccd30384624e61c7514edf.tar.xz |
Merge branch 'master' into careminster
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Data/SQLite/SQLiteGenericTableHandler.cs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/OpenSim/Data/SQLite/SQLiteGenericTableHandler.cs b/OpenSim/Data/SQLite/SQLiteGenericTableHandler.cs index 6b67ec6..8e91693 100644 --- a/OpenSim/Data/SQLite/SQLiteGenericTableHandler.cs +++ b/OpenSim/Data/SQLite/SQLiteGenericTableHandler.cs | |||
@@ -39,9 +39,7 @@ namespace OpenSim.Data.SQLite | |||
39 | { | 39 | { |
40 | public class SQLiteGenericTableHandler<T> : SQLiteFramework where T: class, new() | 40 | public class SQLiteGenericTableHandler<T> : SQLiteFramework where T: class, new() |
41 | { | 41 | { |
42 | private static readonly ILog m_log = | 42 | // private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
43 | LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | ||
44 | |||
45 | 43 | ||
46 | protected Dictionary<string, FieldInfo> m_Fields = | 44 | protected Dictionary<string, FieldInfo> m_Fields = |
47 | new Dictionary<string, FieldInfo>(); | 45 | new Dictionary<string, FieldInfo>(); |