From e54eeaa76631e574fadafe7206ce9cc661527b0d Mon Sep 17 00:00:00 2001 From: Prashanth Mundkur Date: Tue, 30 Jun 2009 14:39:05 -0700 Subject: [PATCH] [connection_table] remove unneeded utilities. --- common/connection_table.ml | 8 -------- 1 file changed, 8 deletions(-) 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 -- 2.39.5