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

@@ -44,7 +44,7 @@ namespace OpenSim.Server.Handlers.Authorization
{
public class AuthorizationServerPostHandler : BaseStreamHandler
{
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
private IAuthorizationService m_AuthorizationService;