aboutsummaryrefslogtreecommitdiff
path: root/proofs/refiner.ml
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/refiner.ml')
-rw-r--r--proofs/refiner.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/proofs/refiner.ml b/proofs/refiner.ml
index 42aa0cfb51..3c3bb3970f 100644
--- a/proofs/refiner.ml
+++ b/proofs/refiner.ml
@@ -66,7 +66,6 @@ exception FailError of int * std_ppcmds Lazy.t
(* The Fail tactic *)
let tclFAIL lvl s g = raise (FailError (lvl,lazy s))
-(* arnaud: pas utilisée supprimer ? *)
let tclFAIL_lazy lvl s g = raise (FailError (lvl,s))
let start_tac gls =