Skip to content

Commit

Permalink
Update compiler/noirc_evaluator/src/ssa/opt/unrolling.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Jan 31, 2025
1 parent 350cb60 commit f6bf769
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion compiler/noirc_evaluator/src/ssa/opt/unrolling.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ impl Ssa {
mut self,
max_bytecode_increase_percent: Option<i32>,
) -> Result<Ssa, RuntimeError> {

for function in self.functions.values_mut() {
let is_brillig = function.runtime().is_brillig();

Expand Down

0 comments on commit f6bf769

Please sign in to comment.