minor: remove some mono compiler warnings in new groups code

This commit is contained in:
Justin Clark-Casey (justincc)
2013-07-08 23:57:05 +01:00
parent af9b17c545
commit 83da14008f
4 changed files with 1 additions and 8 deletions

View File

@@ -543,7 +543,6 @@ namespace OpenSim.Groups
List<string> urls = new List<string>();
foreach (GroupMembersData m in members)
{
UUID userID = UUID.Zero;
if (!m_UserManagement.IsLocalGridUser(m.AgentID))
{
string gURL = m_UserManagement.GetUserServerURL(m.AgentID, "GroupsServerURI");