* minor: remove compiler warning

0.6.5-rc1
Justin Clarke Casey 2009-03-17 21:20:58 +00:00
parent 86d48b73e1
commit 7658e30dfc
2 changed files with 2 additions and 2 deletions

View File

@ -525,7 +525,7 @@ namespace OpenSim.Client.MXP.PacketHandler
private void AttachUserAgentToUserProfile(Session session, UUID sessionId, UUID sceneId, UserProfileData userProfile)
{
Scene scene = m_scenes[sceneId];
//Scene scene = m_scenes[sceneId];
CommunicationsManager commsManager = m_scenes[sceneId].CommsManager;
UserManagerBase userService = (UserManagerBase)commsManager.UserService;

View File

@ -274,7 +274,7 @@ namespace OpenSim.Region.Framework.Scenes
/// Async component for informing client of which neighbours exist
/// </summary>
/// <remarks>
/// This needs to run asynchronesously, as a network timeout may block the thread for a long while
/// This needs to run asynchronously, as a network timeout may block the thread for a long while
/// </remarks>
/// <param name="remoteClient"></param>
/// <param name="a"></param>