From: Prashanth Mundkur Date: Tue, 30 Jun 2009 21:39:05 +0000 (-0700) Subject: [connection_table] remove unneeded utilities. X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=e54eeaa76631e574fadafe7206ce9cc661527b0d;p=xenclient%2Ftoolstack.git [connection_table] remove unneeded utilities. --- diff --git a/common/connection_table.ml b/common/connection_table.ml index 53d185c..cce6d58 100644 --- a/common/connection_table.ml +++ b/common/connection_table.ml @@ -40,12 +40,4 @@ struct let remove_conn h = conns := ConnectionMap.remove h !conns - - let cleanup el h = - Eventloop.remove_conn el h; - remove_conn h - - let cleanup_and_close el h fd = - cleanup el h; - (try Unix.close fd with _ -> ()) end