aboutsummaryrefslogtreecommitdiffhomepage
path: root/stm/stm.mli
diff options
context:
space:
mode:
authorGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-02-16 13:43:38 +0100
committerGravatar Emilio Jesus Gallego Arias <e+git@x80.org>2017-04-07 19:35:07 +0200
commit99c92fedebf629549eb16feb266f55c83ad99bd9 (patch)
tree7ab520956cc2f93b2fea941264880871a5ad6187 /stm/stm.mli
parent197a45551c133b5b386188bdf1d6a3739a6a3561 (diff)
[stm] remove tactic_being_run hook
`tactic_being_run_hook` was used for the "xml" pluging but I am not sure we have a sensible use case here.
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 0f0a3c4e1..9ae78e02c 100644
--- a/stm/stm.mli
+++ b/stm/stm.mli
@@ -187,9 +187,6 @@ val parse_error_hook :
val unreachable_state_hook : (Stateid.t -> Exninfo.iexn -> unit) Hook.t
(* ready means that master has it at hand *)
val state_ready_hook : (Stateid.t -> unit) Hook.t
-(* called with true before and with false after a tactic explicitly
- * in the document is run *)
-val tactic_being_run_hook : (bool -> unit) Hook.t
(* Messages from the workers to the master *)
val forward_feedback_hook : (Feedback.feedback -> unit) Hook.t