minor: remove some mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2009-09-25 14:31:29 +01:00
parent ad753d784c
commit 730458be1f
6 changed files with 21 additions and 23 deletions

View File

@@ -43,9 +43,9 @@ namespace OpenSim.Services.AuthenticationService
public class WebkeyAuthenticationService :
AuthenticationServiceBase, IAuthenticationService
{
private static readonly ILog m_log =
LogManager.GetLogger(
MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log =
// LogManager.GetLogger(
// MethodBase.GetCurrentMethod().DeclaringType);
public WebkeyAuthenticationService(IConfigSource config) :
base(config)