* minor: remove some mono compiler warnings

This commit is contained in:
Justin Clarke Casey
2008-11-06 21:01:16 +00:00
parent 1df67a37dc
commit c6dad833f5
3 changed files with 4 additions and 2 deletions

View File

@@ -53,7 +53,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP.Tests
ChunkSenderTuple tuple = m_chunksToLoad.Dequeue();
reusedEpSender = tuple.Sender;
throw new SocketException();
ReceiveData(null);
}
}