aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/coqtop_bin.ml
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/coqtop_bin.ml')
-rw-r--r--toplevel/coqtop_bin.ml6
1 files changed, 1 insertions, 5 deletions
diff --git a/toplevel/coqtop_bin.ml b/toplevel/coqtop_bin.ml
index 62459003b..56aced92a 100644
--- a/toplevel/coqtop_bin.ml
+++ b/toplevel/coqtop_bin.ml
@@ -1,6 +1,2 @@
(* Main coqtop initialization *)
-let () =
- (* XXX: We should make this a configure option *)
- List.iter Mltop.add_known_module Str.(split (regexp " ") Tolink.static_modules);
- (* Start the toplevel loop *)
- Coqtop.start()
+let () = Coqtop.start()