aboutsummaryrefslogtreecommitdiff
path: root/proofs
diff options
context:
space:
mode:
Diffstat (limited to 'proofs')
-rw-r--r--proofs/tacexpr.ml4
1 files changed, 0 insertions, 4 deletions
diff --git a/proofs/tacexpr.ml b/proofs/tacexpr.ml
index 7ad6bda60f..a044f563f7 100644
--- a/proofs/tacexpr.ml
+++ b/proofs/tacexpr.ml
@@ -175,10 +175,6 @@ type ('constr,'pat,'cst,'ind,'ref,'id,'tac,'lev) gen_atomic_tactic_expr =
(* Automation tactics *)
| TacTrivial of 'constr list * string list option
| TacAuto of int or_var option * 'constr list * string list option
- | TacAutoTDB of int option
- | TacDestructHyp of (bool * identifier located)
- | TacDestructConcl
- | TacSuperAuto of (int option * reference list * bool * bool)
| TacDAuto of int or_var option * int option * 'constr list
(* Context management *)