minor: remove compiler warning from OpenProfileClient
parent
c9d7eb30db
commit
6cfebd66ec
|
@ -48,7 +48,7 @@ namespace OpenSim.Services.UserProfilesService
|
||||||
/// </remarks>
|
/// </remarks>
|
||||||
public class OpenProfileClient
|
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;
|
private string m_serverURI;
|
||||||
|
|
||||||
|
@ -60,8 +60,7 @@ namespace OpenSim.Services.UserProfilesService
|
||||||
{
|
{
|
||||||
m_serverURI = serverURI;
|
m_serverURI = serverURI;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets an avatar's profile using the OpenProfile protocol.
|
/// Gets an avatar's profile using the OpenProfile protocol.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -132,4 +131,4 @@ namespace OpenSim.Services.UserProfilesService
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue