minor: remove some mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2010-02-03 22:19:28 +00:00
parent b1dfcccc9a
commit b9c3846e81
3 changed files with 3 additions and 6 deletions

View File

@@ -39,9 +39,7 @@ namespace OpenSim.Data.SQLite
{
public class SQLiteGenericTableHandler<T> : SQLiteFramework where T: class, new()
{
private static readonly ILog m_log =
LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
protected Dictionary<string, FieldInfo> m_Fields =
new Dictionary<string, FieldInfo>();