completes commit 4f3d21e46e1e09fd52df9741f4db1adf39592d5f
authorMartin <test051102@hotmail.com>
Thu, 29 Dec 2011 14:38:58 +0000 (15:38 +0100)
committerMartin <test051102@hotmail.com>
Thu, 29 Dec 2011 14:38:58 +0000 (15:38 +0100)
mcs/class/System.ServiceModel/System.ServiceModel.Dispatcher/ChannelDispatcher.cs

index 1e946fb4c58921c016b182b1e314048883f02870..15731e65a3a594d4909d5bdf3a59236debb2f5ab 100644 (file)
@@ -444,7 +444,7 @@ namespace System.ServiceModel.Dispatcher
                        {
                                channels.Remove (ch); // zonbie, if exists
                                var ich = ch as ISessionChannel<IInputSession>;
-                               //List<IChannel> l;
+                               
                                if (ich != null && ich.Session != null)
                                        sessions.Remove (ich.Session);
                        }