aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/omega
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/omega')
-rw-r--r--plugins/omega/coq_omega.ml4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/omega/coq_omega.ml b/plugins/omega/coq_omega.ml
index de20756b3..9b851447c 100644
--- a/plugins/omega/coq_omega.ml
+++ b/plugins/omega/coq_omega.ml
@@ -1825,9 +1825,7 @@ let destructure_hyps =
end
in
let hyps = Proofview.Goal.hyps gl in
- try (* type_of can raise exceptions *)
- loop hyps
- with e when Proofview.V82.catchable_exception e -> Proofview.tclZERO e
+ loop hyps
end
let destructure_goal =