aboutsummaryrefslogtreecommitdiff
path: root/intf
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2014-09-02 14:26:14 +0200
committerPierre-Marie Pédrot2014-09-02 14:32:57 +0200
commitac60d974cc028cef60eb3593d1778977c1636629 (patch)
tree2dad4d45848cc94bf6db0997c124e91ba4145091 /intf
parentdeebdaa96867dc4424d412956b3a2f595f4d4cc7 (diff)
Removing [revert] tactic from the AST.
Diffstat (limited to 'intf')
-rw-r--r--intf/tacexpr.mli1
1 files changed, 0 insertions, 1 deletions
diff --git a/intf/tacexpr.mli b/intf/tacexpr.mli
index d7237f4672..e2995cfabc 100644
--- a/intf/tacexpr.mli
+++ b/intf/tacexpr.mli
@@ -154,7 +154,6 @@ type ('trm,'pat,'cst,'ref,'nam,'lev) gen_atomic_tactic_expr =
| TacClearBody of 'nam list
| TacMove of bool * 'nam * 'nam move_location
| TacRename of ('nam *'nam) list
- | TacRevert of 'nam list
(* Trmuctors *)
| TacSplit of evars_flag * 'trm bindings list