aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Driveraux.mli
diff options
context:
space:
mode:
Diffstat (limited to 'driver/Driveraux.mli')
-rw-r--r--driver/Driveraux.mli6
1 files changed, 0 insertions, 6 deletions
diff --git a/driver/Driveraux.mli b/driver/Driveraux.mli
index 54df4336..e6bac6e3 100644
--- a/driver/Driveraux.mli
+++ b/driver/Driveraux.mli
@@ -12,12 +12,6 @@
(* *********************************************************************)
-val responsefile: string list -> (string -> string list) -> string list
- (** [responsefiles args resp_arg] Test whether [args] should be passed
- via responsefile and writes them into a file. [resp_arg] generates
- the new argument constructed from the responsefile. If no
- responsefile is written the arguments are returned unchanged. *)
-
val command: ?stdout:string -> string list -> int
(** Execute the command with the given arguments and an optional file for
the stdout. Returns the exit code. *)