minor: remove some mono compiler warnings

This commit is contained in:
Justin Clark-Casey (justincc)
2011-03-05 01:15:27 +00:00
parent 72cb498fd0
commit 8efb01b3df
3 changed files with 8 additions and 8 deletions

View File

@@ -712,7 +712,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups
if (m_debugEnabled) m_log.InfoFormat("[SIMIAN-GROUPS-CONNECTOR] {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name);
GroupMembershipData data = null;
bool foundData = false;
// bool foundData = false;
OSDMap UserGroupMemberInfo;
if (SimianGetGenericEntry(agentID, "GroupMember", groupID.ToString(), out UserGroupMemberInfo))