mirror of
https://github.com/Qortal/pirate-librustzcash.git
synced 2025-08-01 12:51:30 +00:00
Remove dead code.
This commit is contained in:
@@ -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()
|
||||
|
Reference in New Issue
Block a user