aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/logic.ml
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/logic.ml')
-rw-r--r--proofs/logic.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/proofs/logic.ml b/proofs/logic.ml
index eb0b94671..2391ece78 100644
--- a/proofs/logic.ml
+++ b/proofs/logic.ml
@@ -43,7 +43,6 @@ type refiner_error =
(* Errors raised by the tactics *)
| CannotUnify of constr * constr
| CannotGeneralize of constr
- | BadTacticArgs of string * tactic_arg list
| IntroNeedsProduct
| DoesNotOccurIn of constr * identifier