diff options
author | Justin Clark-Casey (justincc) | 2014-10-03 00:38:48 +0100 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2014-11-25 23:18:39 +0000 |
commit | 968b588bb94ce58907364efffe2a8b541cbd329a (patch) | |
tree | 423188a73afb72648fd60532bd3c223e9d343c02 /OpenSim/Services/Interfaces/OpenProfileClient.cs | |
parent | Add OutgoingPacketsQueuedCount clientstack stat. (diff) | |
download | opensim-SC_OLD-968b588bb94ce58907364efffe2a8b541cbd329a.zip opensim-SC_OLD-968b588bb94ce58907364efffe2a8b541cbd329a.tar.gz opensim-SC_OLD-968b588bb94ce58907364efffe2a8b541cbd329a.tar.bz2 opensim-SC_OLD-968b588bb94ce58907364efffe2a8b541cbd329a.tar.xz |
minor: remove compiler warning from OpenProfileClient
Diffstat (limited to 'OpenSim/Services/Interfaces/OpenProfileClient.cs')
-rw-r--r-- | OpenSim/Services/Interfaces/OpenProfileClient.cs | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/OpenSim/Services/Interfaces/OpenProfileClient.cs b/OpenSim/Services/Interfaces/OpenProfileClient.cs index e601ebe..bda8151 100644 --- a/OpenSim/Services/Interfaces/OpenProfileClient.cs +++ b/OpenSim/Services/Interfaces/OpenProfileClient.cs | |||
@@ -48,7 +48,7 @@ namespace OpenSim.Services.UserProfilesService | |||
48 | /// </remarks> | 48 | /// </remarks> |
49 | public class OpenProfileClient | 49 | public class OpenProfileClient |
50 | { | 50 | { |
51 | static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); | 51 | // private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); |
52 | 52 | ||
53 | private string m_serverURI; | 53 | private string m_serverURI; |
54 | 54 | ||
@@ -60,8 +60,7 @@ namespace OpenSim.Services.UserProfilesService | |||
60 | { | 60 | { |
61 | m_serverURI = serverURI; | 61 | m_serverURI = serverURI; |
62 | } | 62 | } |
63 | 63 | ||
64 | |||
65 | /// <summary> | 64 | /// <summary> |
66 | /// Gets an avatar's profile using the OpenProfile protocol. | 65 | /// Gets an avatar's profile using the OpenProfile protocol. |
67 | /// </summary> | 66 | /// </summary> |
@@ -132,4 +131,4 @@ namespace OpenSim.Services.UserProfilesService | |||
132 | return true; | 131 | return true; |
133 | } | 132 | } |
134 | } | 133 | } |
135 | } | 134 | } \ No newline at end of file |