diff options
author | Justin Clark-Casey (justincc) | 2010-02-03 22:19:28 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-02-03 22:19:28 +0000 |
commit | b9c3846e8126f3bafe457821c5244764744764e1 (patch) | |
tree | 39b05af529953ca14ab3057a6d010acee48fde83 /OpenSim/Data/SQLite/SQLiteGenericTableHandler.cs | |
parent | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-b9c3846e8126f3bafe457821c5244764744764e1.zip opensim-SC_OLD-b9c3846e8126f3bafe457821c5244764744764e1.tar.gz opensim-SC_OLD-b9c3846e8126f3bafe457821c5244764744764e1.tar.bz2 opensim-SC_OLD-b9c3846e8126f3bafe457821c5244764744764e1.tar.xz |
minor: remove some mono compiler warnings
Diffstat (limited to 'OpenSim/Data/SQLite/SQLiteGenericTableHandler.cs')
-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>(); |