aboutsummaryrefslogtreecommitdiffhomepage
path: root/stm/stm.mli
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-02-16 13:41:07 +0100
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-04-07 19:37:37 +0200
commitb209cea412a9541fd1c434dde36ea6eb1e256a33 (patch)
tree1d9e19e84b3d2b6f6df127fd7a99ce4dace90069 /stm/stm.mli
parent99c92fedebf629549eb16feb266f55c83ad99bd9 (diff)
[stm] remove process_error_hook
`process_error_hook` seems unnecesary, we just call the proper error interpretation.
Diffstat (limited to 'stm/stm.mli')
-rw-r--r--stm/stm.mli3
1 files changed, 0 insertions, 3 deletions
diff --git a/stm/stm.mli b/stm/stm.mli
index 9ae78e02c..a89062c29 100644
--- a/stm/stm.mli
+++ b/stm/stm.mli
@@ -209,6 +209,3 @@ 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
-
-(* Hooks to be set by other Coq components in order to break file cycles *)
-val process_error_hook : Future.fix_exn Hook.t