Skip to content

Commit

Permalink
rm useless code
Browse files Browse the repository at this point in the history
  • Loading branch information
tcoratger committed Nov 14, 2024
1 parent 61a4e4c commit 70f6eeb
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions curves/curve-constraint-tests/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,6 @@ pub mod pairing {
use ark_relations::r1cs::{ConstraintSystem, SynthesisError};
use ark_std::{test_rng, vec::*, UniformRand};

type BasePrimeField<P> = <<P as Pairing>::BaseField as Field>::BasePrimeField;

#[allow(dead_code)]
pub fn bilinearity_test<E: Pairing, P: PairingVar<E>>() -> Result<(), SynthesisError>
where
Expand Down

0 comments on commit 70f6eeb

Please sign in to comment.