aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/dhyp.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/dhyp.ml')
-rw-r--r--tactics/dhyp.ml4
1 files changed, 1 insertions, 3 deletions
diff --git a/tactics/dhyp.ml b/tactics/dhyp.ml
index be4343b4f..c28a87f0e 100644
--- a/tactics/dhyp.ml
+++ b/tactics/dhyp.ml
@@ -191,9 +191,7 @@ let _ =
Summary.declare_summary "destruct-hyp-concl"
{ Summary.freeze_function = freeze;
Summary.unfreeze_function = unfreeze;
- Summary.init_function = init;
- Summary.survive_module = false;
- Summary.survive_section = false }
+ Summary.init_function = init }
let forward_subst_tactic =
ref (fun _ -> failwith "subst_tactic is not installed for DHyp")