aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/mltop.ml
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/mltop.ml')
-rw-r--r--toplevel/mltop.ml3
1 files changed, 1 insertions, 2 deletions
diff --git a/toplevel/mltop.ml b/toplevel/mltop.ml
index ef2e62c3b..357c5482f 100644
--- a/toplevel/mltop.ml
+++ b/toplevel/mltop.ml
@@ -11,7 +11,6 @@ open Util
open Pp
open Flags
open Libobject
-open Systemdirs
open System
(* Code to hook Coq into the ML toplevel -- depends on having the
@@ -156,7 +155,7 @@ let add_ml_dir s =
| WithoutTop when has_dynlink -> keep_copy_mlpath s
| _ -> ()
-(* For Rec Add ML Path (-R) *)
+(* For Rec Add ML Path *)
let add_rec_ml_dir unix_path =
List.iter (fun (lp,_) -> add_ml_dir lp) (all_subdirs ~unix_path)