diff options
| author | ppedrot | 2013-05-28 19:18:07 +0000 |
|---|---|---|
| committer | ppedrot | 2013-05-28 19:18:07 +0000 |
| commit | 7edfbedba1426282b69b7bc8bc01259015c27e0a (patch) | |
| tree | 514b62a01523b48360d5a6ce53b9031d789587fd /proofs/proofview.ml | |
| parent | 10b68837fd896663cfb908228000732903471db6 (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.ml | 1 |
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 _ |
