aboutsummaryrefslogtreecommitdiffhomepage
path: root/stm/stm.mli
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-01-23 22:48:38 +0100
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-02-15 20:45:29 +0100
commit4db82417bdda1f9b0c7ea6ba9f6d71c03cc07eba (patch)
tree8973c496d28788486c50609492edb851d69ef036 /stm/stm.mli
parent3d2680a97a1ab9d85c4672217ec7957ce390bca1 (diff)
[stm] Remove unused legacy stm interface.
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 5d0d05d41..0f0a3c4e1 100644
--- a/stm/stm.mli
+++ b/stm/stm.mli
@@ -212,7 +212,6 @@ val interp : bool -> vernac_expr located -> unit
(* Queries for backward compatibility *)
val current_proof_depth : unit -> int
val get_all_proof_names : unit -> Id.t list
-val get_current_proof_name : unit -> Id.t option
(* Hooks to be set by other Coq components in order to break file cycles *)
val process_error_hook : Future.fix_exn Hook.t