From a931a16236752b664b72b189fd5ff4f8f1a28012 Mon Sep 17 00:00:00 2001 From: glondu Date: Wed, 6 Oct 2010 08:49:50 +0000 Subject: 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 --- plugins/decl_mode/decl_proof_instr.ml | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/decl_mode') diff --git a/plugins/decl_mode/decl_proof_instr.ml b/plugins/decl_mode/decl_proof_instr.ml index 7a92c995c9..0236c30958 100644 --- a/plugins/decl_mode/decl_proof_instr.ml +++ b/plugins/decl_mode/decl_proof_instr.ml @@ -132,7 +132,6 @@ let daimon_tac gls = let daimon _ pftree = set_daimon_flag (); {pftree with - open_subgoals=0; ref=Some (Daimon,[])} let daimon_subtree = -- cgit v1.2.3