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

@@ -43,7 +43,7 @@ namespace OpenSim.Data.MySQL
public class MySQLPresenceData : MySQLGenericTableHandler<PresenceData>,
IPresenceData
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
public MySQLPresenceData(string connectionString, string realm) :
base(connectionString, realm, "Presence")