Remove dead code introduced in 41e99357

Summary: public

Reviewed By: akotulski

Differential Revision: D3171879

fb-gh-sync-id: ab1f29a
fbshipit-source-id: ab1f29a
master
Josh Berdine 9 years ago committed by Facebook Github Bot 5
parent 590f73b59f
commit 5481f14768

@ -87,9 +87,6 @@ end
module GotoLabel = module GotoLabel =
struct struct
(* stores goto labels local to a function, with the relative node in the cfg *)
let goto_label_node_map : CContext.str_node_map = Hashtbl.create 17
let find_goto_label context label sil_loc = let find_goto_label context label sil_loc =
try try
Hashtbl.find context.CContext.label_map label Hashtbl.find context.CContext.label_map label

Loading…
Cancel
Save