aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/pfedit.ml
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-03-23 16:49:47 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2012-03-23 16:49:47 +0000
commit3d1124c0acc9a126624a4ea6e71116fa8959b06b (patch)
tree34629bc296668a9ddb3e0744e60dcb9947e2f8d5 /proofs/pfedit.ml
parentd1085fdbd8b9f64ec8d3f2c49b143004ea86a5ed (diff)
Remove old proof-managment commands Suspend/Resume
There're not compatible with the current Backtrack mecanism used both by ProofGeneral and CoqIDE. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15083 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs/pfedit.ml')
-rw-r--r--proofs/pfedit.ml4
1 files changed, 0 insertions, 4 deletions
diff --git a/proofs/pfedit.ml b/proofs/pfedit.ml
index 02401dc03..731560386 100644
--- a/proofs/pfedit.ml
+++ b/proofs/pfedit.ml
@@ -69,10 +69,6 @@ let start_proof id str hyps c ?init_tac ?compute_guard hook =
let restart_proof () = undo_todepth 1
-let resume_last_proof () = Proof_global.resume_last ()
-let resume_proof (_,id) = Proof_global.resume id
-let suspend_proof () = Proof_global.suspend ()
-
let cook_proof hook =
let prf = Proof_global.give_me_the_proof () in
hook prf;