diff options
author | Justin Clark-Casey (justincc) | 2009-09-25 14:31:29 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2009-09-25 14:31:29 +0100 |
commit | 730458be1f8c74da1c112df36ec54233b30caed0 (patch) | |
tree | 6900322dff395a18cb10f22fd9fa85d2cb4086c8 /OpenSim/Services/AuthenticationService/WebkeyAuthenticationService.cs | |
parent | Merge branch 'master' of ssh://justincc@opensimulator.org/var/git/opensim (diff) | |
download | opensim-SC_OLD-730458be1f8c74da1c112df36ec54233b30caed0.zip opensim-SC_OLD-730458be1f8c74da1c112df36ec54233b30caed0.tar.gz opensim-SC_OLD-730458be1f8c74da1c112df36ec54233b30caed0.tar.bz2 opensim-SC_OLD-730458be1f8c74da1c112df36ec54233b30caed0.tar.xz |
minor: remove some mono compiler warnings
Diffstat (limited to '')
-rw-r--r-- | OpenSim/Services/AuthenticationService/WebkeyAuthenticationService.cs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/OpenSim/Services/AuthenticationService/WebkeyAuthenticationService.cs b/OpenSim/Services/AuthenticationService/WebkeyAuthenticationService.cs index 8831c8a..d1a5b0f 100644 --- a/OpenSim/Services/AuthenticationService/WebkeyAuthenticationService.cs +++ b/OpenSim/Services/AuthenticationService/WebkeyAuthenticationService.cs | |||
@@ -43,9 +43,9 @@ namespace OpenSim.Services.AuthenticationService | |||
43 | public class WebkeyAuthenticationService : | 43 | public class WebkeyAuthenticationService : |
44 | AuthenticationServiceBase, IAuthenticationService | 44 | AuthenticationServiceBase, IAuthenticationService |
45 | { | 45 | { |
46 | private static readonly ILog m_log = | 46 | // private static readonly ILog m_log = |
47 | LogManager.GetLogger( | 47 | // LogManager.GetLogger( |
48 | MethodBase.GetCurrentMethod().DeclaringType); | 48 | // MethodBase.GetCurrentMethod().DeclaringType); |
49 | 49 | ||
50 | public WebkeyAuthenticationService(IConfigSource config) : | 50 | public WebkeyAuthenticationService(IConfigSource config) : |
51 | base(config) | 51 | base(config) |