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

@@ -485,7 +485,7 @@ namespace OpenSim.Groups
return;
//// 16 bytes are the UUID. Maybe.
UUID folderID = new UUID(im.binaryBucket, 0);
// UUID folderID = new UUID(im.binaryBucket, 0);
UUID noticeID = new UUID(im.imSessionID);
GroupNoticeInfo notice = m_groupData.GetGroupNotice(remoteClient.AgentId.ToString(), noticeID);