Skip to content
Snippets Groups Projects
Commit ed2de77d authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[wp] Removed unused warning key

parent 2009a181
No related branches found
No related tags found
No related merge requests found
......@@ -1065,10 +1065,6 @@ module MemoryContext =
let help = "Warn Against Memory Model Hypotheses"
end)
let wkey_imprecise_hypotheses_assigns =
register_warn_category "hypotheses:assigns"
let () = set_warn_status wkey_imprecise_hypotheses_assigns Log.Winactive
let () = Parameter_customize.set_group wp_po
let () = Parameter_customize.do_not_save ()
......@@ -1080,10 +1076,6 @@ module CheckModelHypotheses =
check them on call. (experimental)"
end)
let wkey_imprecise_hypotheses_assigns =
register_warn_category "hypotheses:assigns"
let () = set_warn_status wkey_imprecise_hypotheses_assigns Log.Winactive
let () = Parameter_customize.set_group wp_po
module OutputDir =
String(struct
......
......@@ -156,8 +156,6 @@ module SmokeDeadloop: Parameter_sig.Bool
module SmokeDeadcode: Parameter_sig.Bool
module SmokeDeadcall: Parameter_sig.Bool
val wkey_imprecise_hypotheses_assigns: warn_category
(** {2 Getters} *)
val has_out : unit -> bool
......
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