diff options
author | notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2007-02-01 19:13:34 +0000 |
---|---|---|
committer | notin <notin@85f007b7-540e-0410-9357-904b9bb8a0f7> | 2007-02-01 19:13:34 +0000 |
commit | 41b1b3042d6e03324857d8fa6273470635598f92 (patch) | |
tree | da2b0c326a7c75ff80bf6428f37ba4280dd41245 /proofs | |
parent | 81fd137b585ad8b78794267269556b5439be31f1 (diff) |
Suppression de code mort
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9582 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs')
-rw-r--r-- | proofs/tacexpr.ml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/proofs/tacexpr.ml b/proofs/tacexpr.ml index b072e7cc3..caa7523a6 100644 --- a/proofs/tacexpr.ml +++ b/proofs/tacexpr.ml @@ -136,7 +136,6 @@ type ('constr,'pat,'cst,'ind,'ref,'id,'tac) gen_atomic_tactic_expr = | TacGeneralize of 'constr list | TacGeneralizeDep of 'constr | TacLetTac of name * 'constr * 'id gclause -(* | TacInstantiate of int * 'constr * (('id * hyp_location_flag,unit) location) *) (* Derived basic tactics *) | TacSimpleInduction of quantified_hypothesis |