mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Comment out unused variables / private fields to avoid compiler warnings.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user