diff options
Diffstat (limited to 'tactics/tacintern.ml')
-rw-r--r-- | tactics/tacintern.ml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tactics/tacintern.ml b/tactics/tacintern.ml index 714df10d1..eac80a63a 100644 --- a/tactics/tacintern.ml +++ b/tactics/tacintern.ml @@ -512,8 +512,6 @@ let rec intern_atomic lf ist x = let h1 = intern_quantified_hypothesis ist h1 in let h2 = intern_quantified_hypothesis ist h2 in TacDoubleInduction (h1,h2) - | TacDecompose (l,c) -> let l = List.map (intern_inductive ist) l in - TacDecompose (l,intern_constr ist c) (* Context management *) | TacClear (b,l) -> TacClear (b,List.map (intern_hyp ist) l) | TacClearBody l -> TacClearBody (List.map (intern_hyp ist) l) |