aboutsummaryrefslogtreecommitdiff
path: root/topbin
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2020-01-16 20:07:41 +0100
committerEmilio Jesus Gallego Arias2020-01-29 17:29:45 +0100
commitab2ce06bffb0f06be96af24c0be546f5ebd11471 (patch)
treea127682b0539858a577ad9e89cac792b865d40a2 /topbin
parent8c04d108e1f57d0e8e11483a7c9de721ab2f026a (diff)
[rfc] [mltop] Removal of dynamic loading of object and `.ml` files
This seems seldom used and I think in general instrumentation this way is pretty limited (usually better to use the build system to tweak) It thus seems worth removing as to simplify `Mltop` a bit, but of course comments are welcome.
Diffstat (limited to 'topbin')
-rw-r--r--topbin/coqtop_byte_bin.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/topbin/coqtop_byte_bin.ml b/topbin/coqtop_byte_bin.ml
index 85d8a48eda..604c6e251a 100644
--- a/topbin/coqtop_byte_bin.ml
+++ b/topbin/coqtop_byte_bin.ml
@@ -31,7 +31,6 @@ let drop_setup () =
{ load_obj = (fun f -> if not (Topdirs.load_file ppf f)
then CErrors.user_err Pp.(str ("Could not load plugin "^f))
);
- use_file = Topdirs.dir_use ppf;
add_dir = Topdirs.dir_directory;
ml_loop = (fun () -> Toploop.loop ppf);
})