From d0480a87c3c5ca0c8a83ebb4c37557dc74f49680 Mon Sep 17 00:00:00 2001 From: Justin Clarke Casey Date: Sat, 9 Aug 2008 21:24:27 +0000 Subject: * Remove warnings --- OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Region/ClientStack/LindenUDP') diff --git a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs index 0acbd31..2d0215f 100644 --- a/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs +++ b/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs @@ -80,7 +80,7 @@ namespace OpenSim.Region.ClientStack.LindenUDP private int m_probesWithNoIngressPackets = 0; //private int m_lastPacketsReceived = 0; - private byte[] ZeroOutBuffer = new byte[4096]; + //private byte[] ZeroOutBuffer = new byte[4096]; private readonly LLUUID m_agentId; private readonly uint m_circuitCode; -- cgit v1.1