Skip to content

Commit

Permalink
Remove undefined_gen option in isla-sail
Browse files Browse the repository at this point in the history
  • Loading branch information
Alasdair committed Dec 8, 2023
1 parent b1d9314 commit 3fa4750
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion isla-sail/sail_plugin_isla.ml
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,6 @@ let isla_initialize () =
Nl_flow.opt_nl_flow := true;
Type_check.opt_no_lexp_bounds_check := true;
Reporting.opt_warnings := false;
Initial_check.opt_undefined_gen := true;
Initial_check.opt_magic_hash := true;

Specialize.add_initial_calls (IdSet.singleton (mk_id "isla_footprint"));
Expand Down

0 comments on commit 3fa4750

Please sign in to comment.