remove unused variable

pull/2/head
MITSUNARI Shigeo 6 years ago
parent ebabddf36d
commit 3f61bbe45f
  1. 1
      test/glv_test.cpp

@ -165,7 +165,6 @@ void testGLV2()
G2 Q0, Q1, Q2;
mpz_class z = BN::param.z;
mpz_class r = BN::param.r;
mpz_class lambda = 6 * z * z;
mcl::bn::local::GLV2 glv2;
glv2.init(r, z, BN::param.isBLS12);
mpz_class n;

Loading…
Cancel
Save