From 23ea8f5221d35aad9b80edf72343b0adb2a15ddc Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Sat, 20 Sep 2008 19:05:00 +0000 Subject: * refactor: remove unnecessary packet null check in LLClientView * if a packet was really null it would be caught by the general exception handler at the top of the client thread, which would also provide more information and attempt a clean shutdown --- OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs') diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs b/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs index 1e369ec..32b4bc1 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLPacketQueue.cs @@ -135,7 +135,6 @@ namespace OpenSim.Region.ClientStack.LindenUDP /* STANDARD QUEUE MANIPULATION INTERFACES */ - public void Enqueue(LLQueItem item) { if (!m_enabled) -- cgit v1.1