aboutsummaryrefslogtreecommitdiff
path: root/proofs/proofview.ml
diff options
context:
space:
mode:
authorppedrot2013-05-28 19:18:07 +0000
committerppedrot2013-05-28 19:18:07 +0000
commit7edfbedba1426282b69b7bc8bc01259015c27e0a (patch)
tree514b62a01523b48360d5a6ce53b9031d789587fd /proofs/proofview.ml
parent10b68837fd896663cfb908228000732903471db6 (diff)
Getting rid of LtacLocated exception transformer.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16535 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs/proofview.ml')
-rw-r--r--proofs/proofview.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/proofs/proofview.ml b/proofs/proofview.ml
index 1066c173be..96ff63d230 100644
--- a/proofs/proofview.ml
+++ b/proofs/proofview.ml
@@ -334,7 +334,6 @@ let tclEXTEND tacs1 rtac tacs2 env =
this should be maintained synchronized, probably. *)
open Pretype_errors
let rec catchable_exception = function
- | Proof_type.LtacLocated(_,_,e) -> catchable_exception e
| Errors.UserError _
| Type_errors.TypeError _ | PretypeError (_,_,TypingError _)
| Indrec.RecursionSchemeError _