Skip to content

Commit

Permalink
chore: remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Apr 9, 2024
1 parent 2df3ccb commit 2ede0a7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion halo2-ecc/src/ecc/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1050,7 +1050,6 @@ where
{
let rand_point = self.load_random_point::<C>(ctx);
let rand_point2 = self.load_random_point::<C>(ctx);
let zero = ctx.load_constant(F::ZERO);
let neg_rand_point = self.negate(ctx, rand_point.clone());
let mut acc = ComparableEcPoint::from(neg_rand_point.clone());
for point in points {
Expand Down

0 comments on commit 2ede0a7

Please sign in to comment.