remove some mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2011-03-31 22:20:12 +01:00
parent 8022400bd4
commit 7bba31e8d9
6 changed files with 8 additions and 10 deletions

View File

@@ -43,7 +43,7 @@ namespace OpenSim.Data.MSSQL
public class MSSQLGridUserData : MSSQLGenericTableHandler<GridUserData>,
IGridUserData
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
public MSSQLGridUserData(string connectionString, string realm) :
base(connectionString, realm, "GridUserStore")