Remove dead code.

This commit is contained in:
Sean Bowe 2017-06-26 13:53:55 -06:00
parent 03952704b7
commit e6ad371dd7
1 changed files with 0 additions and 1 deletions

View File

@ -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()