aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/elim.ml
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-04-22 15:31:12 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-04-23 12:09:14 +0200
commit74ddca99c649f2f8c203582a9b82bddf64fb6b52 (patch)
treef23aa6340c2630619864666ef5eed257d3d765d9 /tactics/elim.ml
parentd23c7539887366202bc370d0f80c26a557486e1c (diff)
Removing dead code, thanks to new OCaml warnings and a bit of scripting.
Diffstat (limited to 'tactics/elim.ml')
-rw-r--r--tactics/elim.ml5
1 files changed, 0 insertions, 5 deletions
diff --git a/tactics/elim.ml b/tactics/elim.ml
index 845c4eee1..0720273bb 100644
--- a/tactics/elim.ml
+++ b/tactics/elim.ml
@@ -113,11 +113,6 @@ let decompose_these c l =
general_decompose (fun (_,t) -> head_in indl t gl) c
end
-let decompose_nonrec c =
- general_decompose
- (fun (_,t) -> is_non_recursive_type t)
- c
-
let decompose_and c =
general_decompose
(fun (_,t) -> is_record t)