minor: remove mono compiler warning due to unreachable code in GroupsModule

0.6.8-post-fixes
Justin Clark-Casey (justincc) 2009-11-17 15:21:29 +00:00
parent 61c76d1810
commit de054bc583
1 changed files with 2 additions and 2 deletions

View File

@ -1179,8 +1179,8 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
return m_clientRequestIDInfo[client.AgentId].RequestID;
}
return new GroupRequestID();
// Unreachable code!
// return new GroupRequestID();
}
/// <summary>