diff options
author | Jeff Ames | 2009-06-04 03:58:04 +0000 |
---|---|---|
committer | Jeff Ames | 2009-06-04 03:58:04 +0000 |
commit | c6cef4bad5fe939b822687f521907c11c05a2bb3 (patch) | |
tree | ea76bc0035027a23e7ec9f05f6c77e01f106b880 /OpenSim/Services/AuthenticationService | |
parent | Comment out unused private functions to avoid compiler warnings. (diff) | |
download | opensim-SC_OLD-c6cef4bad5fe939b822687f521907c11c05a2bb3.zip opensim-SC_OLD-c6cef4bad5fe939b822687f521907c11c05a2bb3.tar.gz opensim-SC_OLD-c6cef4bad5fe939b822687f521907c11c05a2bb3.tar.bz2 opensim-SC_OLD-c6cef4bad5fe939b822687f521907c11c05a2bb3.tar.xz |
Comment out unused variables / private fields to avoid compiler warnings.
Diffstat (limited to 'OpenSim/Services/AuthenticationService')
-rw-r--r-- | OpenSim/Services/AuthenticationService/AuthenticationService.cs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenSim/Services/AuthenticationService/AuthenticationService.cs b/OpenSim/Services/AuthenticationService/AuthenticationService.cs index a72236e..3eaa03d 100644 --- a/OpenSim/Services/AuthenticationService/AuthenticationService.cs +++ b/OpenSim/Services/AuthenticationService/AuthenticationService.cs | |||
@@ -39,10 +39,6 @@ namespace OpenSim.Services.AuthenticationService | |||
39 | { | 39 | { |
40 | public class AuthenticationService : ServiceBase, IAuthenticationService | 40 | public class AuthenticationService : ServiceBase, IAuthenticationService |
41 | { | 41 | { |
42 | private static readonly ILog m_log = | ||
43 | LogManager.GetLogger( | ||
44 | MethodBase.GetCurrentMethod().DeclaringType); | ||
45 | |||
46 | public AuthenticationService(IConfigSource config) : base(config) | 42 | public AuthenticationService(IConfigSource config) : base(config) |
47 | { | 43 | { |
48 | } | 44 | } |