diff options
author | Amin Timany <amintimany@gmail.com> | 2017-05-24 23:46:23 +0200 |
---|---|---|
committer | Emilio Jesus Gallego Arias <e+git@x80.org> | 2017-06-16 04:51:19 +0200 |
commit | 249a1910a2474216b7f98491afafc6019a04c894 (patch) | |
tree | 074ad56381a75012b2f09ba5e5f6a94b5c25cdf8 /proofs | |
parent | 81a22cd3bee8fa6144d4eb46128ee8bb287ecb36 (diff) |
Remove Warnings: unused value ...
Diffstat (limited to 'proofs')
-rw-r--r-- | proofs/proof_global.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proofs/proof_global.ml b/proofs/proof_global.ml index f5664aed0..d5fbdbb83 100644 --- a/proofs/proof_global.ml +++ b/proofs/proof_global.ml @@ -336,7 +336,6 @@ let close_proof ~keep_body_ucst_separate ?feedback_id ~now let make_body = if poly || now then let make_body t (c, eff) = - let open Universes in let body = c in let typ = if not (keep_body_ucst_separate || not (Safe_typing.empty_private_constants = eff)) then |