diff options
author | Justin Clarke Casey | 2008-12-19 19:50:46 +0000 |
---|---|---|
committer | Justin Clarke Casey | 2008-12-19 19:50:46 +0000 |
commit | 899f2a80d71f4acbe671675ae552154cd7f8d5bb (patch) | |
tree | f70278d5a99b3f063730fbef37707c748a9553d4 /OpenSim/Region/ClientStack/LindenUDP | |
parent | * refactor: move saved named prims to xml2 method out into the serialization ... (diff) | |
download | opensim-SC_OLD-899f2a80d71f4acbe671675ae552154cd7f8d5bb.zip opensim-SC_OLD-899f2a80d71f4acbe671675ae552154cd7f8d5bb.tar.gz opensim-SC_OLD-899f2a80d71f4acbe671675ae552154cd7f8d5bb.tar.bz2 opensim-SC_OLD-899f2a80d71f4acbe671675ae552154cd7f8d5bb.tar.xz |
minor: remove mono compiler warning
Diffstat (limited to 'OpenSim/Region/ClientStack/LindenUDP')
-rw-r--r-- | OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs b/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs index 89f3339..a698d41 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLPacketHandler.cs | |||
@@ -615,7 +615,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP | |||
615 | private void ProcessAck(uint id) | 615 | private void ProcessAck(uint id) |
616 | { | 616 | { |
617 | LLQueItem data; | 617 | LLQueItem data; |
618 | Packet packet; | ||
619 | 618 | ||
620 | lock (m_NeedAck) | 619 | lock (m_NeedAck) |
621 | { | 620 | { |