Skip to content

Commit

Permalink
rm comment
Browse files Browse the repository at this point in the history
  • Loading branch information
luffykai committed Jan 10, 2025
1 parent 42d8191 commit 0197c03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/circuits/mod-builder/src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ impl<AB: InteractionBuilder> SubAir<AB> for FieldExpr {
if self.builder.needs_setup() {
let is_setup = flags.iter().fold(is_valid.into(), |acc, &x| acc - x);
builder.assert_bool(is_setup.clone());
// TODO: turn back on once we also support this in ecc and everywhere
builder.when_first_row().assert_one(is_setup.clone());
for i in 0..inputs[0].len().max(self.builder.prime_limbs.len()) {
let lhs = if i < inputs[0].len() {
Expand Down

0 comments on commit 0197c03

Please sign in to comment.