* HttpListenerManager.cs : oops, extra line removal. svn path=/trunk/mcs/; revision=135674
@@ -1,3 +1,7 @@
+2009-06-08 Atsushi Enomoto <[email protected]>
+
+ * HttpListenerManager.cs : oops, extra line removal.
2009-06-08 Atsushi Enomoto <[email protected]>
* HttpChannelManager.cs, HttpListenerManager.cs : rename file too.
@@ -85,6 +85,7 @@ namespace System.ServiceModel.Channels
((IDisposable) http_listener).Dispose ();
opened_listeners.Remove (channel_listener.Uri);
+ }
}