Skip to content

Commit

Permalink
Remove commented exploratory looping
Browse files Browse the repository at this point in the history
  • Loading branch information
aakoshh committed Dec 5, 2024
1 parent fc21983 commit 61efb67
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tooling/nargo_cli/src/cli/compile_cmd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -413,11 +413,6 @@ mod tests {

let width = get_target_width(package.expression_width, None);

// Figure out if there is an upper bound to repeating the entire optimization step after which the results are stable:
// for i in 0..2 {
// program_0 = nargo::ops::transform_program(program_0, width);
// }

let program_1 = nargo::ops::transform_program(program_0, width);
let program_2 = nargo::ops::transform_program(program_1.clone(), width);

Expand Down

0 comments on commit 61efb67

Please sign in to comment.