mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
minor: remove compiler warning from OpenProfileClient
This commit is contained in:
@@ -48,7 +48,7 @@ namespace OpenSim.Services.UserProfilesService
|
||||
/// </remarks>
|
||||
public class OpenProfileClient
|
||||
{
|
||||
static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
// private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
|
||||
|
||||
private string m_serverURI;
|
||||
|
||||
@@ -60,8 +60,7 @@ namespace OpenSim.Services.UserProfilesService
|
||||
{
|
||||
m_serverURI = serverURI;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/// <summary>
|
||||
/// Gets an avatar's profile using the OpenProfile protocol.
|
||||
/// </summary>
|
||||
@@ -132,4 +131,4 @@ namespace OpenSim.Services.UserProfilesService
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user