From 661b8cbd0c7dd49e1bbd1a24e32a47fcba5160c0 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Sat, 20 Mar 2010 22:56:56 +0000 Subject: [PATCH] 2010-03-20 Miguel de Icaza * WebConnection.cs: Drop pre-2.0 and pre-1.1 support, and remove warnings. svn path=/trunk/mcs/; revision=153949 --- mcs/class/System/System.Net/WebConnectionGroup.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mcs/class/System/System.Net/WebConnectionGroup.cs b/mcs/class/System/System.Net/WebConnectionGroup.cs index f98144db88f..8f0c5aa1949 100644 --- a/mcs/class/System/System.Net/WebConnectionGroup.cs +++ b/mcs/class/System/System.Net/WebConnectionGroup.cs @@ -59,7 +59,7 @@ namespace System.Net WeakReference cncRef = null; int end = connections.Count; - ArrayList removed = null; + // ArrayList removed = null; for (int i = 0; i < end; i++) { cncRef = (WeakReference) connections [i]; WebConnection cnc = cncRef.Target as WebConnection; -- 2.25.1