aboutsummaryrefslogtreecommitdiff
path: root/printing
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 /printing
parentdeebdaa96867dc4424d412956b3a2f595f4d4cc7 (diff)
Removing [revert] tactic from the AST.
Diffstat (limited to 'printing')
-rw-r--r--printing/pptactic.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/printing/pptactic.ml b/printing/pptactic.ml
index f3bec78e20..f8eb93956e 100644
--- a/printing/pptactic.ml
+++ b/printing/pptactic.ml
@@ -791,8 +791,6 @@ and pr_atom1 = function
(fun (i1,i2) ->
pr_ident i1 ++ spc () ++ str "into" ++ spc () ++ pr_ident i2)
l)
- | TacRevert l ->
- hov 1 (str "revert" ++ spc () ++ prlist_with_sep spc pr_ident l)
(* Constructors *)
| TacSplit (ev,l) -> hov 1 (str (with_evars ev "exists") ++ prlist_with_sep (fun () -> str",") pr_ex_bindings l)