aboutsummaryrefslogtreecommitdiffhomepage
path: root/lib/loc.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/loc.mli')
-rw-r--r--lib/loc.mli4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/loc.mli b/lib/loc.mli
index 6de6c584d..110920d5a 100644
--- a/lib/loc.mli
+++ b/lib/loc.mli
@@ -32,10 +32,6 @@ val unloc : t -> int * int
val make_loc : int * int -> t
(** Make a location out of its start and end position *)
-val internal_ghost : t
-
-(** Test whether the location is meaningful *)
-
val merge : t -> t -> t
val merge_opt : t option -> t option -> t option