summaryrefslogtreecommitdiff
path: root/src/ast_util.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/ast_util.mli')
-rw-r--r--src/ast_util.mli3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ast_util.mli b/src/ast_util.mli
index f7391e28..1f459870 100644
--- a/src/ast_util.mli
+++ b/src/ast_util.mli
@@ -483,9 +483,6 @@ val locate_typ : (l -> l) -> typ -> typ
a generated number. *)
val unique : l -> l
-(** Reduce a location to a pair of positions if possible *)
-val simp_loc : Ast.l -> (Lexing.position * Lexing.position) option
-
(** Try to find the annotation closest to the provided (simplified)
location. Note that this function makes no guarantees about finding
the closest annotation or even finding an annotation at all. This