From d2806090aef48cff16d1ba2ae88ab0775f6a0489 Mon Sep 17 00:00:00 2001 From: Jeff Ames Date: Tue, 4 Mar 2008 10:12:39 +0000 Subject: Cleaned up a couple compiler warnings. --- ThirdParty/3Di/LoadBalancer/TcpServer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ThirdParty/3Di/LoadBalancer/TcpServer.cs') diff --git a/ThirdParty/3Di/LoadBalancer/TcpServer.cs b/ThirdParty/3Di/LoadBalancer/TcpServer.cs index 4e651b6..2d46294 100644 --- a/ThirdParty/3Di/LoadBalancer/TcpServer.cs +++ b/ThirdParty/3Di/LoadBalancer/TcpServer.cs @@ -175,7 +175,7 @@ namespace OpenSim.ApplicationPlugins.LoadBalancer { } // while (true) } - catch (Exception e) + catch (Exception) { //MainLog.Instance.Verbose("TCPSERVER", e.ToString()); //MainLog.Instance.Verbose("TCPSERVER", e.StackTrace); -- cgit v1.1