Comment out unused variables / private fields to avoid compiler warnings.

This commit is contained in:
Jeff Ames
2009-06-04 03:58:04 +00:00
parent 2a855a6457
commit c6cef4bad5
8 changed files with 31 additions and 40 deletions

View File

@@ -39,10 +39,6 @@ namespace OpenSim.Services.AuthenticationService
{
public class AuthenticationService : ServiceBase, IAuthenticationService
{
private static readonly ILog m_log =
LogManager.GetLogger(
MethodBase.GetCurrentMethod().DeclaringType);
public AuthenticationService(IConfigSource config) : base(config)
{
}