aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/dhyp.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/dhyp.ml')
-rw-r--r--tactics/dhyp.ml2
1 files changed, 0 insertions, 2 deletions
diff --git a/tactics/dhyp.ml b/tactics/dhyp.ml
index 0d4684e22..07086e05a 100644
--- a/tactics/dhyp.ml
+++ b/tactics/dhyp.ml
@@ -207,8 +207,6 @@ let cache_dd (_,(_,na,dd)) =
let classify_dd (local,_,_ as o) =
if local then Dispose else Substitute o
-let export_dd (local,_,_ as x) = if local then None else Some x
-
let subst_dd (_,subst,(local,na,dd)) =
(local,na,
{ d_pat = subst_located_destructor_pattern subst dd.d_pat;