* Remove mono warnings

0.6.0-stable
Justin Clarke Casey 2008-10-17 20:45:07 +00:00
parent 400314e884
commit 739f1591da
2 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP
uint port = 666; uint port = 666;
llUdpServer.Initialise(null, ref port, -1, false, new ClientStackUserSettings(), null, null); llUdpServer.Initialise(null, ref port, -1, false, new ClientStackUserSettings(), null, null);
UseCircuitCodePacket uccp = new UseCircuitCodePacket(); //UseCircuitCodePacket uccp = new UseCircuitCodePacket();
//llUdpServer.epS //llUdpServer.epS
} }
} }

View File

@ -46,12 +46,12 @@ namespace OpenSim.Region.Environment.Modules.Avatar.Combat.CombatModule
{ {
public class CombatModule : IRegionModule public class CombatModule : IRegionModule
{ {
private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType); //private static readonly ILog m_log = LogManager.GetLogger(MethodBase.GetCurrentMethod().DeclaringType);
/// <summary> /// <summary>
/// Region UUIDS indexed by AgentID /// Region UUIDS indexed by AgentID
/// </summary> /// </summary>
private Dictionary<UUID, UUID> m_rootAgents = new Dictionary<UUID, UUID>(); //private Dictionary<UUID, UUID> m_rootAgents = new Dictionary<UUID, UUID>();
/// <summary> /// <summary>
/// Scenes by Region Handle /// Scenes by Region Handle