Skip to content

Commit

Permalink
remove panic
Browse files Browse the repository at this point in the history
  • Loading branch information
einar-polygon committed Oct 1, 2024
1 parent bcfe58c commit 9c6751d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion evm_arithmetization/src/cpu/kernel/optimizer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ pub(crate) fn optimize_asm(code: &mut Vec<Item>) {
after,
(before - after) / before * 100
);
panic!();
}

/// A single optimization pass.
Expand Down

0 comments on commit 9c6751d

Please sign in to comment.