aboutsummaryrefslogtreecommitdiff
path: root/stm/asyncTaskQueue.ml
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-01-30 05:09:20 +0100
committerPierre-Marie Pédrot2020-01-30 05:09:20 +0100
commitb382f790253ad5c870f5c89665175c6770b7e926 (patch)
treea127682b0539858a577ad9e89cac792b865d40a2 /stm/asyncTaskQueue.ml
parent8c04d108e1f57d0e8e11483a7c9de721ab2f026a (diff)
parentab2ce06bffb0f06be96af24c0be546f5ebd11471 (diff)
Merge PR #11409: [rfc] [mltop] Removal of dynamic loading of object and `.ml` files
Ack-by: Zimmi48 Reviewed-by: gares Reviewed-by: ppedrot
Diffstat (limited to 'stm/asyncTaskQueue.ml')
-rw-r--r--stm/asyncTaskQueue.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/asyncTaskQueue.ml b/stm/asyncTaskQueue.ml
index 909804d0c9..fd689602df 100644
--- a/stm/asyncTaskQueue.ml
+++ b/stm/asyncTaskQueue.ml
@@ -138,7 +138,7 @@ module Make(T : Task) () = struct
set_slave_opt tl
(* We need to pass some options with one argument *)
| ( "-I" | "-include" | "-top" | "-topfile" | "-coqlib" | "-exclude-dir" | "-compat"
- | "-load-ml-object" | "-load-ml-source" | "-require" | "-w" | "-color" | "-init-file"
+ | "-require" | "-w" | "-color" | "-init-file"
| "-profile-ltac-cutoff" | "-main-channel" | "-control-channel" | "-mangle-names" | "-set" | "-unset"
| "-diffs" | "-mangle-name" | "-dump-glob" | "-bytecode-compiler" | "-native-compiler" as x) :: a :: tl ->
x :: a :: set_slave_opt tl