remove further mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2011-05-06 22:47:41 +01:00
parent 3d095e84d6
commit 04ecd748d9
7 changed files with 9 additions and 9 deletions

View File

@@ -39,7 +39,7 @@ namespace OpenSim.Data.MySQL
{
public class MySQLGenericTableHandler<T> : MySqlFramework 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>();