mirror of
https://github.com/opensim/opensim.git
synced 2026-07-31 22:05:36 +08:00
minor: remove some mono compiler warnings in new groups code
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user