Remove dead code.
This commit is contained in:
parent
03952704b7
commit
e6ad371dd7
|
@ -49,7 +49,6 @@ pub fn prime_field(
|
|||
gen.append(prime_field_repr_impl(&repr_ident, limbs));
|
||||
gen.append(prime_field_constants_and_sqrt(&ast.ident, &repr_ident, modulus, limbs));
|
||||
gen.append(prime_field_impl(&ast.ident, &repr_ident, limbs));
|
||||
//gen.append(prime_field_arith_impl(&ast.ident, &repr_ident, limbs));
|
||||
|
||||
// Return the generated impl
|
||||
gen.parse().unwrap()
|
||||
|
|
Loading…
Reference in New Issue