aboutsummaryrefslogtreecommitdiff
path: root/interp
diff options
context:
space:
mode:
Diffstat (limited to 'interp')
-rw-r--r--interp/dumpglob.ml5
-rw-r--r--interp/dumpglob.mli4
-rw-r--r--interp/interp.mllib2
3 files changed, 0 insertions, 11 deletions
diff --git a/interp/dumpglob.ml b/interp/dumpglob.ml
index 58577356b7..9fde5e219b 100644
--- a/interp/dumpglob.ml
+++ b/interp/dumpglob.ml
@@ -60,11 +60,6 @@ let previous_state = ref MultFiles
let pause () = previous_state := !glob_output; glob_output := NoGlob
let continue () = glob_output := !previous_state
-type coqdoc_state = Lexer.location_table
-
-let coqdoc_freeze = Lexer.location_table
-let coqdoc_unfreeze = Lexer.restore_location_table
-
open Decl_kinds
let type_of_logical_kind = function
diff --git a/interp/dumpglob.mli b/interp/dumpglob.mli
index 16fa04ef94..469df12224 100644
--- a/interp/dumpglob.mli
+++ b/interp/dumpglob.mli
@@ -22,10 +22,6 @@ val dump_to_dotglob : unit -> unit
val pause : unit -> unit
val continue : unit -> unit
-type coqdoc_state = Lexer.location_table
-val coqdoc_freeze : unit -> coqdoc_state
-val coqdoc_unfreeze : coqdoc_state -> unit
-
val add_glob : Pp.loc -> Globnames.global_reference -> unit
val add_glob_kn : Pp.loc -> Names.kernel_name -> unit
diff --git a/interp/interp.mllib b/interp/interp.mllib
index ad3350f916..6d7e921119 100644
--- a/interp/interp.mllib
+++ b/interp/interp.mllib
@@ -1,5 +1,3 @@
-Tok
-Lexer
Constrexpr_ops
Notation_ops
Topconstr