Skip to content

Commit

Permalink
Remove unnecessary line
Browse files Browse the repository at this point in the history
  • Loading branch information
lorchrob committed Apr 12, 2024
1 parent e4b5c92 commit 4f3fcff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lustre/lustreGenRefTypeImpNodes.ml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ let type_to_contract: HString.t -> A.lustre_type -> A.declaration
let span = { A.start_pos = Lib.dummy_pos; end_pos = Lib.dummy_pos } in
let pos = Lib.dummy_pos in
let gen_node_id = HString.concat2 (HString.mk_hstring type_tag) id in
i := !i + 1;
(* To prevent slicing, we mark generated imported nodes as main nodes *)
let node_items = [A.AnnotMain(pos, true)] in
NodeDecl (span, (gen_node_id, true, [], [], [(pos, id, ty, A.ClockTrue)], [], node_items, None))
Expand Down

0 comments on commit 4f3fcff

Please sign in to comment.