aboutsummaryrefslogtreecommitdiff
path: root/toplevel/ccompile.mli
diff options
context:
space:
mode:
authorLasse Blaauwbroek2020-04-10 19:02:07 +0200
committerThéo Zimmermann2020-05-12 14:13:51 +0200
commitbd78f3282f76c31a7579dc667732821a9aac889c (patch)
tree5c704a4defe538849e0ebd44dced9d20b96e5c09 /toplevel/ccompile.mli
parent007ed9e21f69a157ffff3fa5f990f62ab2756416 (diff)
Interleave commandline require/set/unset commands
Diffstat (limited to 'toplevel/ccompile.mli')
-rw-r--r--toplevel/ccompile.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/toplevel/ccompile.mli b/toplevel/ccompile.mli
index eb66dbaafc..8c154488d0 100644
--- a/toplevel/ccompile.mli
+++ b/toplevel/ccompile.mli
@@ -17,5 +17,3 @@ val compile_files : Coqargs.t -> Coqcargs.t -> unit
(** [do_vio opts] process [.vio] files in [opts] *)
val do_vio : Coqargs.t -> Coqcargs.t -> unit
-
-val set_options : (Goptions.option_name * Coqargs.option_command) list -> unit