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/proof_type.ml | |
| 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/proof_type.ml')
| -rw-r--r-- | proofs/proof_type.ml | 1 |
1 files changed, 0 insertions, 1 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 } |
