diff options
| author | glondu | 2010-10-06 08:49:50 +0000 |
|---|---|---|
| committer | glondu | 2010-10-06 08:49:50 +0000 |
| commit | a931a16236752b664b72b189fd5ff4f8f1a28012 (patch) | |
| tree | cec644d7708616bc141762080072f279c13572dd /proofs | |
| parent | 3d5a8667b566fbade7d0639b835ded2e1f8d53e4 (diff) | |
Remove open_subgoals field of proof_tree
It looks obsolete, probably as a consequence of the new proof engine.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13504 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs')
| -rw-r--r-- | proofs/proof_type.ml | 1 | ||||
| -rw-r--r-- | proofs/proof_type.mli | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/proofs/proof_type.ml b/proofs/proof_type.ml index 72351d4d38..ff28ba8773 100644 --- a/proofs/proof_type.ml +++ b/proofs/proof_type.ml @@ -44,7 +44,6 @@ type prim_rule = | Change_evars type proof_tree = { - open_subgoals : int; goal : goal; ref : (rule * proof_tree list) option } diff --git a/proofs/proof_type.mli b/proofs/proof_type.mli index 9a0f493afc..886c0db427 100644 --- a/proofs/proof_type.mli +++ b/proofs/proof_type.mli @@ -73,7 +73,6 @@ type prim_rule = if [ref = (Some(Nested(Tactic t,p),l))] then [p] is the proof that the goal can be proven if the goals in [l] are solved. *) type proof_tree = { - open_subgoals : int; goal : goal; ref : (rule * proof_tree list) option } |
