aboutsummaryrefslogtreecommitdiffhomepage
path: root/stm/stm.mli
diff options
context:
space:
mode:
Diffstat (limited to 'stm/stm.mli')
-rw-r--r--stm/stm.mli1
1 files changed, 0 insertions, 1 deletions
diff --git a/stm/stm.mli b/stm/stm.mli
index 36341a5d5..5d0d05d41 100644
--- a/stm/stm.mli
+++ b/stm/stm.mli
@@ -213,7 +213,6 @@ val interp : bool -> vernac_expr located -> unit
val current_proof_depth : unit -> int
val get_all_proof_names : unit -> Id.t list
val get_current_proof_name : unit -> Id.t option
-val show_script : ?proof:Proof_global.closed_proof -> unit -> unit
(* Hooks to be set by other Coq components in order to break file cycles *)
val process_error_hook : Future.fix_exn Hook.t