aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/proof.ml
diff options
context:
space:
mode:
authorGravatar Arnaud Spiwack <arnaud@spiwack.net>2014-10-17 14:25:40 +0200
committerGravatar Arnaud Spiwack <arnaud@spiwack.net>2014-10-22 07:31:44 +0200
commit9dc1367d296b94c8744acaf0c0bdfea4b48421ea (patch)
tree12ab4929f23e32a84c718fd0da6aa66f38c49e44 /proofs/proof.ml
parentac9c5986b77bf4a783f2bd0ad571645694c960e1 (diff)
Remove unused functions for side effects.
Diffstat (limited to 'proofs/proof.ml')
-rw-r--r--proofs/proof.ml3
1 files changed, 0 insertions, 3 deletions
diff --git a/proofs/proof.ml b/proofs/proof.ml
index 8d43513f2..390ab5e87 100644
--- a/proofs/proof.ml
+++ b/proofs/proof.ml
@@ -330,9 +330,6 @@ let run_tactic env tac pr =
let proofview = Proofview.reset_future_goals tacticced_proofview in
{ pr with proofview ; shelf ; given_up },status
-let emit_side_effects eff pr =
- {pr with proofview = Proofview.emit_side_effects eff pr.proofview}
-
(*** Commands ***)
let in_proof p k = Proofview.in_proofview p.proofview k