remove unused var

dev
MITSUNARI Shigeo 7 years ago
parent b30e78d5af
commit b4c4920a53
  1. 2
      include/mcl/vint.hpp
  2. 1
      test/glv_test.cpp

@ -1063,7 +1063,7 @@ public:
}
return;
ERR:
throw std::invalid_argument(std::string("bad digit `") + str + "`");
throw cybozu::Exception("VintT:setStr") << str << base;
}
static int compare(const VintT& x, const VintT& y)
{

@ -162,7 +162,6 @@ void testGLV2()
mpz_class lambda = 6 * z * z;
mcl::bn::GLV2<Fp2> glv2;
glv2.init(r, z);
mpz_class u[4];
mpz_class n;
cybozu::XorShift rg;
BN::mapToG2(Q0, 1);

Loading…
Cancel
Save