diff options
author | Justin Clark-Casey (justincc) | 2010-02-03 19:08:02 +0000 |
---|---|---|
committer | Justin Clark-Casey (justincc) | 2010-02-03 19:08:02 +0000 |
commit | 1442ab08aa06f244ef43e7df96aeb664f112cb06 (patch) | |
tree | bf034ee825ffaa583462868c7f57bb94f2e6560c /OpenSim/Client | |
parent | For each delegate added to events in the EventManager, catch and log but do n... (diff) | |
download | opensim-SC_OLD-1442ab08aa06f244ef43e7df96aeb664f112cb06.zip opensim-SC_OLD-1442ab08aa06f244ef43e7df96aeb664f112cb06.tar.gz opensim-SC_OLD-1442ab08aa06f244ef43e7df96aeb664f112cb06.tar.bz2 opensim-SC_OLD-1442ab08aa06f244ef43e7df96aeb664f112cb06.tar.xz |
minor: remove one mono compiler warning
Diffstat (limited to 'OpenSim/Client')
-rw-r--r-- | OpenSim/Client/MXP/PacketHandler/MXPPacketServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Client/MXP/PacketHandler/MXPPacketServer.cs b/OpenSim/Client/MXP/PacketHandler/MXPPacketServer.cs index 7d71f18..daf1fb0 100644 --- a/OpenSim/Client/MXP/PacketHandler/MXPPacketServer.cs +++ b/OpenSim/Client/MXP/PacketHandler/MXPPacketServer.cs | |||
@@ -55,7 +55,7 @@ namespace OpenSim.Client.MXP.PacketHandler | |||
55 | private readonly Dictionary<UUID, Scene> m_scenes; | 55 | private readonly Dictionary<UUID, Scene> m_scenes; |
56 | private readonly Transmitter m_transmitter; | 56 | private readonly Transmitter m_transmitter; |
57 | 57 | ||
58 | private readonly Thread m_clientThread; | 58 | // private readonly Thread m_clientThread; |
59 | 59 | ||
60 | private readonly IList<Session> m_sessions = new List<Session>(); | 60 | private readonly IList<Session> m_sessions = new List<Session>(); |
61 | private readonly IList<Session> m_sessionsToClient = new List<Session>(); | 61 | private readonly IList<Session> m_sessionsToClient = new List<Session>(); |