Skip to content
Snippets Groups Projects
Commit 38b09944 authored by Virgile Prevosto's avatar Virgile Prevosto
Browse files

remove unused function

parent 9bbe8423
No related branches found
No related tags found
No related merge requests found
......@@ -618,17 +618,6 @@ class strong_inv_visitor flags all_mp table = object (self)
else Cil.DoChildren
end
(* Print how the MPs were dispatched *)
let report all_mp tables =
let open Meta_dispatch in
List.iter (fun (_, table) ->
Self.feedback "New context";
Hashtbl.iter (fun key value ->
Self.feedback "%s -> %s" key
(Emitter.get_name (Hashtbl.find all_mp value).ump_emitter)
) table
) tables
(* Make one copy-pass for each context, typing and instanciating MPs on the fly *)
let annotate flags all_mp by_context =
let get_vis table = function
......
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