diff options
author | Justin Clark-Casey (justincc) | 2011-03-05 01:15:27 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2011-03-05 01:15:27 +0000 |
commit | 8efb01b3df1ea98d5e4a68aa220bafc4ab5306f4 (patch) | |
tree | ee140a86f15258fcba4407092ac0d18d0e615254 /OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups | |
parent | minor: Make MoapModule namespace consistent with other modules (diff) | |
download | opensim-SC_OLD-8efb01b3df1ea98d5e4a68aa220bafc4ab5306f4.zip opensim-SC_OLD-8efb01b3df1ea98d5e4a68aa220bafc4ab5306f4.tar.gz opensim-SC_OLD-8efb01b3df1ea98d5e4a68aa220bafc4ab5306f4.tar.bz2 opensim-SC_OLD-8efb01b3df1ea98d5e4a68aa220bafc4ab5306f4.tar.xz |
minor: remove some mono compiler warnings
Diffstat (limited to 'OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups')
-rw-r--r-- | OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/SimianGroupsServicesConnectorModule.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/SimianGroupsServicesConnectorModule.cs b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/SimianGroupsServicesConnectorModule.cs index 81725c5..02751ea 100644 --- a/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/SimianGroupsServicesConnectorModule.cs +++ b/OpenSim/Region/OptionalModules/Avatar/XmlRpcGroups/SimianGroupsServicesConnectorModule.cs | |||
@@ -712,7 +712,7 @@ namespace OpenSim.Region.OptionalModules.Avatar.XmlRpcGroups | |||
712 | if (m_debugEnabled) m_log.InfoFormat("[SIMIAN-GROUPS-CONNECTOR] {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name); | 712 | if (m_debugEnabled) m_log.InfoFormat("[SIMIAN-GROUPS-CONNECTOR] {0} called", System.Reflection.MethodBase.GetCurrentMethod().Name); |
713 | 713 | ||
714 | GroupMembershipData data = null; | 714 | GroupMembershipData data = null; |
715 | bool foundData = false; | 715 | // bool foundData = false; |
716 | 716 | ||
717 | OSDMap UserGroupMemberInfo; | 717 | OSDMap UserGroupMemberInfo; |
718 | if (SimianGetGenericEntry(agentID, "GroupMember", groupID.ToString(), out UserGroupMemberInfo)) | 718 | if (SimianGetGenericEntry(agentID, "GroupMember", groupID.ToString(), out UserGroupMemberInfo)) |