remove unused variables

dev
MITSUNARI Shigeo 9 years ago
parent 3f1f43b501
commit d577da516a
  1. 2
      include/mcl/fp_tower.hpp

@ -506,7 +506,7 @@ struct Fp6T {
Fp2::mul(ad, a, d);
Fp2::mul(be, b, e);
Fp2::mul(cf, c, f);
Fp2 t1, t2, t3, t4;
Fp2 t1, t2;
Fp2::add(t1, b, c);
Fp2::add(t2, e, f);
t1 *= t2; // (b + c)(e + f)

Loading…
Cancel
Save