Skip to content
Snippets Groups Projects
Commit ebdcacd3 authored by Thibault Martin's avatar Thibault Martin
Browse files

Remove option -wp-assert-check-only

Since commit #8783731f and #28139960 this option is not needed anymore.
I updated LUncov (which was the only plugin using it) to remove it as well
parent 8ad5c287
No related branches found
No related tags found
No related merge requests found
......@@ -914,7 +914,7 @@ let get_stmt_annots config v s =
in (b_acc, (a_acc, e_acc))
| TBRok | TBRpart ->
let id = WpPropId.mk_assert_id config.kf s a in
let check = kind = Check || Wp_parameters.Assert_check_only.get ()
let check = kind = Check
and goal = goal_to_select config id in
if check && not goal then acc
else
......
......@@ -897,17 +897,6 @@ module Check =
end)
let () = on_reset Print.clear
let () = Parameter_customize.set_group wp_po
let () = Parameter_customize.do_not_save ()
let () = Parameter_customize.is_invisible ()
module Assert_check_only =
False (struct
let option_name = "-wp-assert-check-only"
let help =
"Turns assertions into labels."
end)
let () = on_reset Print.clear
(* -------------------------------------------------------------------------- *)
(* --- OS environment variables --- *)
(* -------------------------------------------------------------------------- *)
......
......@@ -135,7 +135,6 @@ module ReportJson: Parameter_sig.String
module ReportName: Parameter_sig.String
module MemoryContext: Parameter_sig.Bool
module Check: Parameter_sig.Bool
module Assert_check_only: Parameter_sig.Bool
(** {2 Environment Variables} *)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment