aboutsummaryrefslogtreecommitdiff
path: root/intf
diff options
context:
space:
mode:
Diffstat (limited to 'intf')
-rw-r--r--intf/tacexpr.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/intf/tacexpr.mli b/intf/tacexpr.mli
index 7f7ecdcf77..3b5868e9e0 100644
--- a/intf/tacexpr.mli
+++ b/intf/tacexpr.mli
@@ -149,8 +149,6 @@ type ('trm,'pat,'cst,'ind,'ref,'nam,'lev) gen_atomic_tactic_expr =
(* Trmuctors *)
| TacSplit of evars_flag * 'trm bindings list
- | TacAnyConstructor of evars_flag *
- ('trm,'pat,'cst,'ind,'ref,'nam,'lev) gen_tactic_expr option
| TacConstructor of evars_flag * int or_var * 'trm bindings
(* Conversion *)