aboutsummaryrefslogtreecommitdiff
path: root/lib/system.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/system.mli')
-rw-r--r--lib/system.mli4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/system.mli b/lib/system.mli
index 0569c7889e..af797121a3 100644
--- a/lib/system.mli
+++ b/lib/system.mli
@@ -56,10 +56,6 @@ val marshal_out_segment : string -> out_channel -> 'a -> unit
val marshal_in_segment : string -> in_channel -> 'a * int * Digest.t
val skip_in_segment : string -> in_channel -> int * Digest.t
-(** {6 Sending/receiving once with external executable } *)
-
-val connect : (out_channel -> unit) -> (in_channel -> 'a) -> string -> 'a
-
(** {6 Time stamps.} *)
type time