aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins/dp/dp.ml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dp/dp.ml')
-rw-r--r--plugins/dp/dp.ml8
1 files changed, 2 insertions, 6 deletions
diff --git a/plugins/dp/dp.ml b/plugins/dp/dp.ml
index 3a408909d..17d41ee8b 100644
--- a/plugins/dp/dp.ml
+++ b/plugins/dp/dp.ml
@@ -203,9 +203,7 @@ let () =
{ Summary.freeze_function = (fun () -> !globals, !globals_stack);
Summary.unfreeze_function =
(fun (g,s) -> globals := g; globals_stack := s);
- Summary.init_function = (fun () -> ());
- Summary.survive_module = false;
- Summary.survive_section = false }
+ Summary.init_function = (fun () -> ()) }
let add_global r d = globals := Refmap.add r d !globals
let mem_global r = Refmap.mem r !globals
@@ -986,6 +984,4 @@ let _ = declare_summary "Dp options"
init_function =
(fun () ->
debug := false; trace := false; timeout := 10;
- prelude_files := []);
- survive_module = true;
- survive_section = true }
+ prelude_files := []) }