minor: remove mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2011-05-06 22:45:03 +01:00
parent f5ec332474
commit 3d095e84d6
5 changed files with 5 additions and 7 deletions

View File

@@ -47,7 +47,7 @@ namespace OpenSim.Data.SQLite
public class SQLiteAvatarData : SQLiteGenericTableHandler<AvatarBaseData>,
IAvatarData
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
public SQLiteAvatarData(string connectionString, string realm) :
base(connectionString, realm, "Avatar")