Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
vezenovm committed Jan 22, 2025
1 parent dba4f40 commit c0bb435
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ pub(crate) fn convert_ssa_globals(
let empty_globals = HashMap::default();
// We can use any ID here as this context is only going to be used for globals which does not differentiate
// by functions and blocks. The only Label that should be used in the globals context is `Label::globals_init()`
// let mut function_context = FunctionContext::new(globals);
let mut function_context = FunctionContext::default();
brillig_context.enter_context(Label::globals_init());

Expand Down

0 comments on commit c0bb435

Please sign in to comment.